Skip to content

Commit

Permalink
Upgrade watcher dependencies and pin Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Feb 26, 2024
1 parent 573c5a5 commit e7bd0bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion watcher/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10-alpine
FROM python:3.12-alpine

LABEL zimfarm=true
LABEL org.opencontainers.image.source https://github.com/openzim/zimfarm
Expand Down
10 changes: 5 additions & 5 deletions watcher/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pif==0.8.2
requests>=2.26,<3.0
humanfriendly>=9.2,<10.0
PyJWT>=2.4.0,<3.0
kiwixstorage>=0.8.2,<0.9
xml-to-dict>=0.1.6,<0.2
requests==2.31.0
humanfriendly==10.0
PyJWT==2.8.0
kiwixstorage==0.8.3
xml-to-dict==0.1.6

0 comments on commit e7bd0bd

Please sign in to comment.