diff --git a/pyproject.toml b/pyproject.toml index 040599c6..58dffbf0 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.2" -yarl = "^1.15.0" +yarl = "^1.15.1" [tool.poetry.dev-dependencies] nb-cli = "^1.4.2" diff --git a/requirements.txt b/requirements.txt index 0d7a33f2..4e1c156f 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.2 -yarl~=1.15.0 \ No newline at end of file +yarl~=1.15.1 \ No newline at end of file