Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#562)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent ad8b2bd commit 55f45f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ keywords = ["nonebot", "nonebot2", "rss" ,"elf" ,"rsshub"]

[tool.poetry.dependencies]
python = "^3.13.0"
aiohttp = {extras = ["speedups"], version = "^3.11.8"}
aiohttp = {extras = ["speedups"], version = "^3.11.9"}
arrow = "^1.3.0"
async-timeout = "^4.0.3"
bbcode = "^1.1.0"
Expand All @@ -34,7 +34,7 @@ pyquery = "^2.0.1"
python-qbittorrent = "^0.4.3"
tenacity = "^8.5.0"
tinydb = "^4.8.2"
yarl = "^1.18.0"
yarl = "^1.18.3"

[tool.poetry.dev-dependencies]
nb-cli = "^1.4.2"
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp[speedups]~=3.11.8
aiohttp[speedups]~=3.11.9
arrow~=1.3.0
async-timeout~=4.0.3
bbcode~=1.1.0
Expand All @@ -19,4 +19,4 @@ pyquery~=2.0.1
python-qbittorrent~=0.4.3
tenacity~=8.5.0
tinydb~=4.8.2
yarl~=1.18.0
yarl~=1.18.3

0 comments on commit 55f45f9

Please sign in to comment.