Skip to content

Commit

Permalink
Bump the production-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the production-dependencies group with 2 updates: [kiwixstorage](https://github.com/kiwix/python_storagelib) and [paramiko](https://github.com/paramiko/paramiko).


Updates `kiwixstorage` from 0.6 to 0.8.3
- [Changelog](https://github.com/openzim/python-storagelib/blob/main/CHANGELOG.md)
- [Commits](openzim/python-storagelib@v0.6...v0.8.3)

Updates `paramiko` from 2.11.0 to 3.4.0
- [Commits](paramiko/paramiko@2.11.0...3.4.0)

---
updated-dependencies:
- dependency-name: kiwixstorage
  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 Feb 29, 2024
1 parent f1f2327 commit f1d84c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion workers/manager-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ docker==7.0.0
psutil==5.9.8
humanfriendly==10.0
PyJWT==2.8.0
paramiko==2.11.0
paramiko==3.4.0
4 changes: 2 additions & 2 deletions workers/task-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ docker==7.0.0
psutil==5.9.8
humanfriendly==10.0
PyJWT==2.8.0
kiwixstorage==0.6
kiwixstorage==0.8.3
ujson==5.9.0
libzim==3.4.0
paramiko==2.11.0
paramiko==3.4.0

0 comments on commit f1d84c2

Please sign in to comment.