Skip to content

Commit a2d2f50

Browse files
committed
fix(deps): update all non-major dependencies
1 parent 1f3143b commit a2d2f50

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Build package
2121
run: python -m build
2222
- name: Publish package
23-
uses: pypa/[email protected].1
23+
uses: pypa/[email protected].2
2424
with:
2525
user: __token__
2626
password: ${{ secrets.PYPI_API_TOKEN }}

pyproject.toml

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

1515
[tool.poetry.dependencies]
16-
python = "^3.9.0"
16+
python = "^3.12.6"
1717
aiohttp = {extras = ["speedups"], version = "^3.10.5"}
1818
arrow = "^1.3.0"
1919
async-timeout = "^4.0.3"
2020
bbcode = "^1.1.0"
2121
cachetools = "^5.5.0"
22-
emoji = "^2.12.1"
22+
emoji = "^2.13.0"
2323
feedparser = "^6.0.11"
2424
deep-translator = "^1.11.4"
2525
ImageHash = "^4.3.1"
2626
magneturi = "^1.3"
27-
nonebot-adapter-onebot = "^2.4.4"
27+
nonebot-adapter-onebot = "^2.4.5"
2828
nonebot-plugin-apscheduler = "^0.5.0"
2929
nonebot2 = {extras = ["fastapi"], version = "^2.3.3"}
3030
pikpakapi = "^0.1.10"

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ arrow~=1.3.0
33
async-timeout~=4.0.3
44
bbcode~=1.1.0
55
cachetools~=5.5.0
6-
emoji~=2.12.1
6+
emoji~=2.13.0
77
feedparser~=6.0.11
88
deep-translator~=1.11.4
99
ImageHash~=4.3.1
1010
magneturi~=1.3
1111
nb-cli~=1.4.2
12-
nonebot-adapter-onebot~=2.4.4
12+
nonebot-adapter-onebot~=2.4.5
1313
nonebot-plugin-apscheduler~=0.5.0
1414
nonebot2[fastapi]~=2.3.3
1515
pikpakapi~=0.1.10

0 commit comments

Comments
 (0)