Skip to content

Commit a3db743

Browse files
committed
fix(deps): update dependency yarl to v1.9.7
1 parent 072f206 commit a3db743

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
@@ -34,7 +34,7 @@ pyquery = "^2.0.1"
3434
python-qbittorrent = "^0.4.3"
3535
tenacity = "^8.5.0"
3636
tinydb = "^4.8.0"
37-
yarl = "^1.9.6"
37+
yarl = "^1.9.7"
3838

3939
[tool.poetry.dev-dependencies]
4040
nb-cli = "^1.4.1"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ pyquery~=2.0.1
1919
python-qbittorrent~=0.4.3
2020
tenacity~=8.5.0
2121
tinydb~=4.8.0
22-
yarl~=1.9.6
22+
yarl~=1.9.7

0 commit comments

Comments
 (0)