Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: kiwixstorage
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: ujson
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: paramiko
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 21, 2024
1 parent 6dd5545 commit 7017530
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion uploader/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
kiwixstorage==0.8.3
kiwixstorage==0.9.0
4 changes: 2 additions & 2 deletions watcher/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pif==0.8.2
requests==2.31.0
requests==2.32.1
humanfriendly==10.0
PyJWT==2.8.0
kiwixstorage==0.8.3
kiwixstorage==0.9.0
xml-to-dict==0.1.6
4 changes: 2 additions & 2 deletions workers/manager-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
requests==2.31.0
requests==2.32.1
docker==7.0.0
psutil==5.9.8
humanfriendly==10.0
PyJWT==2.8.0
paramiko==2.11.0
paramiko==3.4.0
8 changes: 4 additions & 4 deletions workers/task-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
requests==2.31.0
requests==2.32.1
docker==7.0.0
psutil==5.9.8
humanfriendly==10.0
PyJWT==2.8.0
kiwixstorage==0.6
ujson==5.9.0
kiwixstorage==0.9.0
ujson==5.10.0
libzim==3.4.0
paramiko==2.11.0
paramiko==3.4.0

0 comments on commit 7017530

Please sign in to comment.