Skip to content

Commit 3e4be29

Browse files
fix(deps): update all non-major dependencies (#581)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e7e5939 commit 3e4be29

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/[email protected]
1212
- name: Set up Python
13-
uses: actions/setup-python@v4.8.0
13+
uses: actions/setup-python@v4.9.1
1414
with:
1515
python-version: '3.13.3'
1616
- name: Install dependencies

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.2"
37-
yarl = "^1.19.0"
37+
yarl = "^1.20.0"
3838

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

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.2
22-
yarl~=1.19.0
22+
yarl~=1.20.0

0 commit comments

Comments
 (0)