Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#557)
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 Nov 23, 2024
1 parent d5efa68 commit 151fe33
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.2"}
aiohttp = {extras = ["speedups"], version = "^3.11.7"}
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.17.2"
yarl = "^1.18.0"

[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.2
aiohttp[speedups]~=3.11.7
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.17.2
yarl~=1.18.0

0 comments on commit 151fe33

Please sign in to comment.