Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 18, 2023
1 parent c72c7ae commit 112482a
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.8.3"
aiohttp = {extras = ["speedups"], version = "^3.8.6"}
aiohttp = {extras = ["speedups"], version = "^3.9.0"}
arrow = "^1.3.0"
async-timeout = "^4.0.3"
bbcode = "^1.1.0"
Expand All @@ -27,7 +27,7 @@ magneturi = "^1.3"
nonebot-adapter-onebot = "^2.3.1"
nonebot-plugin-apscheduler = "^0.3.0"
nonebot-plugin-guild-patch = "^0.2.3"
nonebot2 = {extras = ["fastapi"], version = "^2.1.1"}
nonebot2 = {extras = ["fastapi"], version = "^2.1.2"}
pikpakapi = "^0.1.3"
Pillow = "^10.1.0"
pydantic = "^1.10.13"
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.8.6
aiohttp[speedups]~=3.9.0
arrow~=1.3.0
async-timeout~=4.0.3
bbcode~=1.1.0
Expand All @@ -12,7 +12,7 @@ nb-cli~=1.2.6
nonebot-adapter-onebot~=2.3.1
nonebot-plugin-apscheduler~=0.3.0
nonebot-plugin-guild-patch~=0.2.3
nonebot2[fastapi]~=2.1.1
nonebot2[fastapi]~=2.1.2
pikpakapi~=0.1.3
Pillow~=10.1.0
pydantic~=1.10.13
Expand Down

0 comments on commit 112482a

Please sign in to comment.