Skip to content

Commit 543ccab

Browse files
fix(deps): update all non-major dependencies (#461)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 09f6075 commit 543ccab

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/python-publish.yml

+1-1
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].8
23+
uses: pypa/[email protected].10
2424
with:
2525
user: __token__
2626
password: ${{ secrets.PYPI_API_TOKEN }}

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ keywords = ["nonebot", "nonebot2", "rss" ,"elf" ,"rsshub"]
1616
python = "^3.8.3"
1717
aiohttp = {extras = ["speedups"], version = "^3.8.5"}
1818
arrow = "^1.2.3"
19-
async-timeout = "^4.0.2"
19+
async-timeout = "^4.0.3"
2020
bbcode = "^1.1.0"
2121
cachetools = "^5.3.1"
2222
emoji = "^2.7.0"

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
aiohttp[speedups]~=3.8.5
22
arrow~=1.2.3
3-
async-timeout~=4.0.2
3+
async-timeout~=4.0.3
44
bbcode~=1.1.0
55
cachetools~=5.3.1
66
emoji~=2.7.0

0 commit comments

Comments
 (0)