Skip to content

Commit 07e7e75

Browse files
committed
update requirements
1 parent ce1fe39 commit 07e7e75

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/develop.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Build and push
3636
id: docker_build
37-
uses: docker/build-push-action@v5
37+
uses: docker/build-push-action@v6
3838
with:
3939
context: ./
4040
file: ./Dockerfile

.github/workflows/latest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Build and push
3232
id: docker_build
33-
uses: docker/build-push-action@v5
33+
uses: docker/build-push-action@v6
3434
with:
3535
context: ./
3636
file: ./Dockerfile

.github/workflows/version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Build and push
4040
id: docker_build
41-
uses: docker/build-push-action@v5
41+
uses: docker/build-push-action@v6
4242
with:
4343
context: ./
4444
file: ./Dockerfile

requirements.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
num2words==0.5.13
2-
numpy==1.26.4
3-
opencv-python==4.9.0.80
2+
numpy==2.0.1
3+
opencv-python==4.10.0.84
44
pillow==10.3.0
5-
PlexAPI==4.15.12
5+
PlexAPI==4.15.15
66
kometautils==0.3.4
7-
requests==2.31.0
7+
requests==2.32.3
88
retrying==1.3.4
99
tmdbapis==1.2.16
10-
tqdm==4.66.2
10+
tqdm==4.66.4

0 commit comments

Comments
 (0)