Skip to content

Commit 556e84f

Browse files
fix(deps): update all non-major dependencies (#595)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f9c6fa5 commit 556e84f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Python
1313
uses: actions/[email protected]
1414
with:
15-
python-version: '3.13.5'
15+
python-version: '3.13.6'
1616
- name: Install dependencies
1717
run: |
1818
python -m pip install --upgrade pip

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repository = "https://github.com/Quan666/ELF_RSS"
1313
keywords = ["nonebot", "nonebot2", "rss" ,"elf" ,"rsshub"]
1414

1515
[tool.poetry.dependencies]
16-
python = "^3.13.5"
16+
python = "^3.13.6"
1717
aiohttp = {extras = ["speedups"], version = "^3.12.15"}
1818
arrow = "^1.3.0"
1919
async-timeout = "^4.0.3"
@@ -26,7 +26,7 @@ ImageHash = "^4.3.2"
2626
magneturi = "^1.3"
2727
nonebot-adapter-onebot = "^2.4.6"
2828
nonebot-plugin-apscheduler = "^0.5.0"
29-
nonebot2 = {extras = ["fastapi"], version = "^2.4.2"}
29+
nonebot2 = {extras = ["fastapi"], version = "^2.4.3"}
3030
pikpakapi = "^0.1.11"
3131
Pillow = "^10.4.0"
3232
pydantic = ">=1.10.22,<3.0.0,!=2.5.0,!=2.5.1"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ magneturi~=1.3
1111
nb-cli~=1.4.2
1212
nonebot-adapter-onebot~=2.4.6
1313
nonebot-plugin-apscheduler~=0.5.0
14-
nonebot2[fastapi]~=2.4.2
14+
nonebot2[fastapi]~=2.4.3
1515
pikpakapi~=0.1.11
1616
Pillow~=10.4.0
1717
pydantic>=1.10.22,<3.0.0,!=2.5.0,!=2.5.1

0 commit comments

Comments
 (0)