Skip to content

Commit 18e7d47

Browse files
committed
chore(deps): update all non-major dependencies
1 parent eeded1f commit 18e7d47

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
deploy:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/[email protected].0
11+
- uses: actions/[email protected].1
1212
- name: Set up Python
1313
uses: actions/[email protected]
1414
with:

pyproject.toml

Lines changed: 4 additions & 4 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.12.7"
17-
aiohttp = {extras = ["speedups"], version = "^3.10.9"}
16+
python = "^3.13.0"
17+
aiohttp = {extras = ["speedups"], version = "^3.10.10"}
1818
arrow = "^1.3.0"
1919
async-timeout = "^4.0.3"
2020
bbcode = "^1.1.0"
@@ -33,8 +33,8 @@ pydantic = ">=1.10.18,<3.0.0,!=2.5.0,!=2.5.1"
3333
pyquery = "^2.0.1"
3434
python-qbittorrent = "^0.4.3"
3535
tenacity = "^8.5.0"
36-
tinydb = "^4.8.0"
37-
yarl = "^1.13.1"
36+
tinydb = "^4.8.1"
37+
yarl = "^1.15.0"
3838

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

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aiohttp[speedups]~=3.10.9
1+
aiohttp[speedups]~=3.10.10
22
arrow~=1.3.0
33
async-timeout~=4.0.3
44
bbcode~=1.1.0
@@ -18,5 +18,5 @@ pydantic>=1.10.18,<3.0.0,!=2.5.0,!=2.5.1
1818
pyquery~=2.0.1
1919
python-qbittorrent~=0.4.3
2020
tenacity~=8.5.0
21-
tinydb~=4.8.0
22-
yarl~=1.13.1
21+
tinydb~=4.8.1
22+
yarl~=1.15.0

0 commit comments

Comments
 (0)