We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7e5939 commit 3e4be29Copy full SHA for 3e4be29
.github/workflows/python-publish.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/[email protected]
12
- name: Set up Python
13
- uses: actions/setup-python@v4.8.0
+ uses: actions/setup-python@v4.9.1
14
with:
15
python-version: '3.13.3'
16
- name: Install dependencies
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.19.0"
+yarl = "^1.20.0"
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.19.0
+yarl~=1.20.0
0 commit comments