Skip to content

Commit afdf41b

Browse files
chore(deps): update all non-major dependencies (#465)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b06508c commit afdf41b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/python-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
deploy:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3.5.3
11+
- uses: actions/checkout@v3.6.0
1212
- name: Set up Python
1313
uses: actions/[email protected]
1414
with:

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ arrow = "^1.2.3"
1919
async-timeout = "^4.0.3"
2020
bbcode = "^1.1.0"
2121
cachetools = "^5.3.1"
22-
emoji = "^2.7.0"
22+
emoji = "^2.8.0"
2323
feedparser = "^6.0.10"
2424
deep-translator = "^1.11.4"
2525
ImageHash = "^4.3.1"
@@ -33,7 +33,7 @@ Pillow = "^10.0.0"
3333
pydantic = "^1.10.12"
3434
pyquery = "^2.0.0"
3535
python-qbittorrent = "^0.4.3"
36-
tenacity = "^8.2.2"
36+
tenacity = "^8.2.3"
3737
tinydb = "^4.8.0"
3838
yarl = "^1.9.2"
3939

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ arrow~=1.2.3
33
async-timeout~=4.0.3
44
bbcode~=1.1.0
55
cachetools~=5.3.1
6-
emoji~=2.7.0
6+
emoji~=2.8.0
77
feedparser~=6.0.10
88
deep-translator~=1.11.4
99
ImageHash~=4.3.1
@@ -18,6 +18,6 @@ Pillow~=10.0.0
1818
pydantic~=1.10.12
1919
pyquery~=2.0.0
2020
python-qbittorrent~=0.4.3
21-
tenacity~=8.2.2
21+
tenacity~=8.2.3
2222
tinydb~=4.8.0
2323
yarl~=1.9.2

0 commit comments

Comments
 (0)