Skip to content

Commit 0331758

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

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Python
1313
uses: actions/[email protected]
1414
with:
15-
python-version: '3.13.4'
15+
python-version: '3.13.5'
1616
- name: Install dependencies
1717
run: |
1818
python -m pip install --upgrade pip

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ repository = "https://github.com/Quan666/ELF_RSS"
1313
keywords = ["nonebot", "nonebot2", "rss" ,"elf" ,"rsshub"]
1414

1515
[tool.poetry.dependencies]
16-
python = "^3.13.4"
17-
aiohttp = {extras = ["speedups"], version = "^3.12.11"}
16+
python = "^3.13.5"
17+
aiohttp = {extras = ["speedups"], version = "^3.12.12"}
1818
arrow = "^1.3.0"
1919
async-timeout = "^4.0.3"
2020
bbcode = "^1.1.0"
@@ -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.20.0"
37+
yarl = "^1.20.1"
3838

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

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aiohttp[speedups]~=3.12.11
1+
aiohttp[speedups]~=3.12.12
22
arrow~=1.3.0
33
async-timeout~=4.0.3
44
bbcode~=1.1.0
@@ -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.20.0
22+
yarl~=1.20.1

0 commit comments

Comments
 (0)