diff --git a/pyproject.toml b/pyproject.toml index da64d4ad..040599c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ pydantic = ">=1.10.18,<3.0.0,!=2.5.0,!=2.5.1" pyquery = "^2.0.1" python-qbittorrent = "^0.4.3" tenacity = "^8.5.0" -tinydb = "^4.8.1" +tinydb = "^4.8.2" yarl = "^1.15.0" [tool.poetry.dev-dependencies] diff --git a/requirements.txt b/requirements.txt index e8139654..0d7a33f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,5 +18,5 @@ pydantic>=1.10.18,<3.0.0,!=2.5.0,!=2.5.1 pyquery~=2.0.1 python-qbittorrent~=0.4.3 tenacity~=8.5.0 -tinydb~=4.8.1 +tinydb~=4.8.2 yarl~=1.15.0 \ No newline at end of file