We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c507339 commit fb25ed1Copy full SHA for fb25ed1
pyproject.toml
@@ -34,7 +34,7 @@ pyquery = "^2.0.1"
34
python-qbittorrent = "^0.4.3"
35
tenacity = "^8.5.0"
36
tinydb = "^4.8.2"
37
-yarl = "^1.15.0"
+yarl = "^1.15.1"
38
39
[tool.poetry.dev-dependencies]
40
nb-cli = "^1.4.2"
requirements.txt
@@ -19,4 +19,4 @@ pyquery~=2.0.1
19
python-qbittorrent~=0.4.3
20
tenacity~=8.5.0
21
tinydb~=4.8.2
22
-yarl~=1.15.0
+yarl~=1.15.1
0 commit comments