Skip to content

Commit 60bbc2c

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ aiohttp = {extras = ["speedups"], version = "^3.11.11"}
1818
arrow = "^1.3.0"
1919
async-timeout = "^4.0.3"
2020
bbcode = "^1.1.0"
21-
cachetools = "^5.5.0"
21+
cachetools = "^5.5.1"
2222
emoji = "^2.14.1"
2323
feedparser = "^6.0.11"
2424
deep-translator = "^1.11.4"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ aiohttp[speedups]~=3.11.11
22
arrow~=1.3.0
33
async-timeout~=4.0.3
44
bbcode~=1.1.0
5-
cachetools~=5.5.0
5+
cachetools~=5.5.1
66
emoji~=2.14.1
77
feedparser~=6.0.11
88
deep-translator~=1.11.4

0 commit comments

Comments
 (0)