Skip to content

Commit

Permalink
Bump the production-dependencies group across 1 directory with 6 updates
Browse files Browse the repository at this point in the history
Bumps the production-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [kiwixstorage](https://github.com/kiwix/python_storagelib) | `0.6` | `0.9.0` |
| [requests](https://github.com/psf/requests) | `2.31.0` | `2.32.3` |
| [docker](https://github.com/docker/docker-py) | `7.0.0` | `7.1.0` |
| [psutil](https://github.com/giampaolo/psutil) | `5.9.8` | `6.0.0` |
| [ujson](https://github.com/ultrajson/ultrajson) | `5.9.0` | `5.10.0` |
| [paramiko](https://github.com/paramiko/paramiko) | `2.11.0` | `3.4.0` |



Updates `kiwixstorage` from 0.6 to 0.9.0
- [Release notes](https://github.com/kiwix/python_storagelib/releases)
- [Changelog](https://github.com/openzim/python-storagelib/blob/main/CHANGELOG.md)
- [Commits](openzim/python-storagelib@v0.6...v0.9.0)

Updates `requests` from 2.31.0 to 2.32.3
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.31.0...v2.32.3)

Updates `docker` from 7.0.0 to 7.1.0
- [Release notes](https://github.com/docker/docker-py/releases)
- [Commits](docker/docker-py@7.0.0...7.1.0)

Updates `psutil` from 5.9.8 to 6.0.0
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
- [Commits](giampaolo/psutil@release-5.9.8...release-6.0.0)

Updates `ujson` from 5.9.0 to 5.10.0
- [Release notes](https://github.com/ultrajson/ultrajson/releases)
- [Commits](ultrajson/ultrajson@5.9.0...5.10.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: requests
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: docker
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: psutil
  dependency-type: direct:production
  update-type: version-update:semver-major
  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 Jul 24, 2024
1 parent ebe4912 commit c28877f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 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.32.0
requests==2.32.3
humanfriendly==10.0
PyJWT==2.8.0
kiwixstorage==0.8.3
kiwixstorage==0.9.0
xml-to-dict==0.1.6
8 changes: 4 additions & 4 deletions workers/manager-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
requests==2.31.0
docker==7.0.0
psutil==5.9.8
requests==2.32.3
docker==7.1.0
psutil==6.0.0
humanfriendly==10.0
PyJWT==2.8.0
paramiko==2.11.0
paramiko==3.4.0
12 changes: 6 additions & 6 deletions workers/task-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
requests==2.31.0
docker==7.0.0
psutil==5.9.8
requests==2.32.3
docker==7.1.0
psutil==6.0.0
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 c28877f

Please sign in to comment.