Skip to content

Commit

Permalink
Bump the production-dependencies group with 5 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [kiwixstorage](https://github.com/kiwix/python_storagelib), [docker](https://github.com/docker/docker-py), [ujson](https://github.com/ultrajson/ultrajson), [zimscraperlib](https://github.com/openzim/python-scraperlib) and [paramiko](https://github.com/paramiko/paramiko) to permit the latest version.

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 `docker` to 7.0.0
- [Release notes](https://github.com/docker/docker-py/releases)
- [Commits](docker/docker-py@6.0.1...7.0.0)

Updates `ujson` to 5.9.0
- [Release notes](https://github.com/ultrajson/ultrajson/releases)
- [Commits](ultrajson/ultrajson@5.1.0...5.9.0)

Updates `zimscraperlib` to 3.3.0
- [Release notes](https://github.com/openzim/python-scraperlib/releases)
- [Changelog](https://github.com/openzim/python-scraperlib/blob/main/CHANGELOG.md)
- [Commits](openzim/python-scraperlib@v1.4.1...v3.3.0)

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: docker
  dependency-type: direct:production
  dependency-group: production-dependencies
- dependency-name: ujson
  dependency-type: direct:production
  dependency-group: production-dependencies
- dependency-name: zimscraperlib
  dependency-type: direct:production
  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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent f02f400 commit 1130f34
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions workers/manager-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
zmq
requests>=2.26,<3.0
docker>=6.0.1,<7.0
docker>=6.0.1,<8.0
psutil>=5.8.0,<6.0
humanfriendly>=9.2,<10.0
PyJWT>=2.4.0,<3.0
paramiko==2.11.0
paramiko==3.4.0
10 changes: 5 additions & 5 deletions workers/task-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
requests>=2.26,<3.0
docker>=6.0.1,<7.0
docker>=6.0.1,<8.0
psutil>=5.8.0,<6.0
humanfriendly>=9.2,<10.0
PyJWT>=2.4.0,<3.0
kiwixstorage==0.6
ujson>=5.1.0,<5.2
zimscraperlib>=1.4.1,<1.5
paramiko==2.11.0
kiwixstorage==0.8.3
ujson>=5.1.0,<5.10
zimscraperlib>=1.4.1,<3.4
paramiko==3.4.0

0 comments on commit 1130f34

Please sign in to comment.