Skip to content

Commit 232cca6

Browse files
fix(deps): update all non-major dependencies (#454)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 95dea50 commit 232cca6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords = ["nonebot", "nonebot2", "rss" ,"elf" ,"rsshub"]
1414

1515
[tool.poetry.dependencies]
1616
python = "^3.8.3"
17-
aiohttp = {extras = ["speedups"], version = "^3.8.4"}
17+
aiohttp = {extras = ["speedups"], version = "^3.8.5"}
1818
arrow = "^1.2.3"
1919
async-timeout = "^4.0.2"
2020
bbcode = "^1.1.0"
@@ -27,8 +27,8 @@ magneturi = "^1.3"
2727
nonebot-adapter-onebot = "^2.2.3"
2828
nonebot-plugin-apscheduler = "^0.3.0"
2929
nonebot-plugin-guild-patch = "^0.2.3"
30-
nonebot2 = {extras = ["fastapi"], version = "^2.0.0"}
31-
pikpakapi = "^0.1.1"
30+
nonebot2 = {extras = ["fastapi"], version = "^2.0.1"}
31+
pikpakapi = "^0.1.2"
3232
Pillow = "^10.0.0"
3333
pydantic = "^1.10.11"
3434
pyquery = "^2.0.0"

requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
aiohttp[speedups]~=3.8.4
1+
aiohttp[speedups]~=3.8.5
22
arrow~=1.2.3
33
async-timeout~=4.0.2
44
bbcode~=1.1.0
@@ -12,8 +12,8 @@ nb-cli~=1.2.2
1212
nonebot-adapter-onebot~=2.2.3
1313
nonebot-plugin-apscheduler~=0.3.0
1414
nonebot-plugin-guild-patch~=0.2.3
15-
nonebot2[fastapi]~=2.0.0rc3
16-
pikpakapi~=0.1.1
15+
nonebot2[fastapi]~=2.0.1
16+
pikpakapi~=0.1.2
1717
Pillow~=10.0.0
1818
pydantic~=1.10.11
1919
pyquery~=2.0.0

0 commit comments

Comments
 (0)