diff --git a/pyproject.toml b/pyproject.toml index 8bc76df9..becefd9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ pyquery = "^2.0.1" python-qbittorrent = "^0.4.3" tenacity = "^8.5.0" tinydb = "^4.8.0" -yarl = "^1.9.6" +yarl = "^1.9.7" [tool.poetry.dev-dependencies] nb-cli = "^1.4.1" diff --git a/requirements.txt b/requirements.txt index fe17182f..b25b4f33 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,4 +19,4 @@ pyquery~=2.0.1 python-qbittorrent~=0.4.3 tenacity~=8.5.0 tinydb~=4.8.0 -yarl~=1.9.6 \ No newline at end of file +yarl~=1.9.7 \ No newline at end of file