File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
deploy :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v3.5.3
11
+ - uses : actions/checkout@v3.6.0
12
12
- name : Set up Python
13
13
14
14
with :
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ arrow = "^1.2.3"
19
19
async-timeout = " ^4.0.3"
20
20
bbcode = " ^1.1.0"
21
21
cachetools = " ^5.3.1"
22
- emoji = " ^2.7 .0"
22
+ emoji = " ^2.8 .0"
23
23
feedparser = " ^6.0.10"
24
24
deep-translator = " ^1.11.4"
25
25
ImageHash = " ^4.3.1"
@@ -33,7 +33,7 @@ Pillow = "^10.0.0"
33
33
pydantic = " ^1.10.12"
34
34
pyquery = " ^2.0.0"
35
35
python-qbittorrent = " ^0.4.3"
36
- tenacity = " ^8.2.2 "
36
+ tenacity = " ^8.2.3 "
37
37
tinydb = " ^4.8.0"
38
38
yarl = " ^1.9.2"
39
39
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ arrow~=1.2.3
3
3
async-timeout ~= 4.0.3
4
4
bbcode ~= 1.1.0
5
5
cachetools ~= 5.3.1
6
- emoji ~= 2.7 .0
6
+ emoji ~= 2.8 .0
7
7
feedparser ~= 6.0.10
8
8
deep-translator ~= 1.11.4
9
9
ImageHash ~= 4.3.1
@@ -18,6 +18,6 @@ Pillow~=10.0.0
18
18
pydantic ~= 1.10.12
19
19
pyquery ~= 2.0.0
20
20
python-qbittorrent ~= 0.4.3
21
- tenacity ~= 8.2.2
21
+ tenacity ~= 8.2.3
22
22
tinydb ~= 4.8.0
23
23
yarl ~= 1.9.2
You can’t perform that action at this time.
0 commit comments