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 Jul 23, 2023
1 parent 95dea50 commit 78354ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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.4"}
aiohttp = {extras = ["speedups"], version = "^3.8.5"}
arrow = "^1.2.3"
async-timeout = "^4.0.2"
bbcode = "^1.1.0"
Expand All @@ -27,8 +27,8 @@ magneturi = "^1.3"
nonebot-adapter-onebot = "^2.2.3"
nonebot-plugin-apscheduler = "^0.3.0"
nonebot-plugin-guild-patch = "^0.2.3"
nonebot2 = {extras = ["fastapi"], version = "^2.0.0"}
pikpakapi = "^0.1.1"
nonebot2 = {extras = ["fastapi"], version = "^2.0.1"}
pikpakapi = "^0.1.2"
Pillow = "^10.0.0"
pydantic = "^1.10.11"
pyquery = "^2.0.0"
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp[speedups]~=3.8.4
aiohttp[speedups]~=3.8.5
arrow~=1.2.3
async-timeout~=4.0.2
bbcode~=1.1.0
Expand All @@ -12,8 +12,8 @@ nb-cli~=1.2.2
nonebot-adapter-onebot~=2.2.3
nonebot-plugin-apscheduler~=0.3.0
nonebot-plugin-guild-patch~=0.2.3
nonebot2[fastapi]~=2.0.0rc3
pikpakapi~=0.1.1
nonebot2[fastapi]~=2.0.1
pikpakapi~=0.1.2
Pillow~=10.0.0
pydantic~=1.10.11
pyquery~=2.0.0
Expand Down

0 comments on commit 78354ee

Please sign in to comment.