Skip to content

Commit eeded1f

Browse files
committed
fix(deps): update all non-major dependencies
1 parent 2ab8ed3 commit eeded1f

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].2
23+
uses: pypa/[email protected].3
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,13 +13,13 @@ repository = "https://github.com/Quan666/ELF_RSS"
1313
keywords = ["nonebot", "nonebot2", "rss" ,"elf" ,"rsshub"]
1414

1515
[tool.poetry.dependencies]
16-
python = "^3.12.6"
17-
aiohttp = {extras = ["speedups"], version = "^3.10.8"}
16+
python = "^3.12.7"
17+
aiohttp = {extras = ["speedups"], version = "^3.10.9"}
1818
arrow = "^1.3.0"
1919
async-timeout = "^4.0.3"
2020
bbcode = "^1.1.0"
2121
cachetools = "^5.5.0"
22-
emoji = "^2.13.2"
22+
emoji = "^2.14.0"
2323
feedparser = "^6.0.11"
2424
deep-translator = "^1.11.4"
2525
ImageHash = "^4.3.1"

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
aiohttp[speedups]~=3.10.8
1+
aiohttp[speedups]~=3.10.9
22
arrow~=1.3.0
33
async-timeout~=4.0.3
44
bbcode~=1.1.0
55
cachetools~=5.5.0
6-
emoji~=2.13.2
6+
emoji~=2.14.0
77
feedparser~=6.0.11
88
deep-translator~=1.11.4
99
ImageHash~=4.3.1

0 commit comments

Comments
 (0)