Skip to content

Commit c507339

Browse files
committed
fix(deps): update dependency tinydb to v4.8.2
1 parent 18e7d47 commit c507339

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pydantic = ">=1.10.18,<3.0.0,!=2.5.0,!=2.5.1"
3333
pyquery = "^2.0.1"
3434
python-qbittorrent = "^0.4.3"
3535
tenacity = "^8.5.0"
36-
tinydb = "^4.8.1"
36+
tinydb = "^4.8.2"
3737
yarl = "^1.15.0"
3838

3939
[tool.poetry.dev-dependencies]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ pydantic>=1.10.18,<3.0.0,!=2.5.0,!=2.5.1
1818
pyquery~=2.0.1
1919
python-qbittorrent~=0.4.3
2020
tenacity~=8.5.0
21-
tinydb~=4.8.1
21+
tinydb~=4.8.2
2222
yarl~=1.15.0

0 commit comments

Comments
 (0)