From 3723efb7722db71126996bf4c33de036bb0e10b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 16:58:30 +0000 Subject: [PATCH] Bump the production-dependencies group with 5 updates 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](https://github.com/kiwix/python_storagelib/compare/v0.6...v0.8.3) Updates `docker` to 7.0.0 - [Release notes](https://github.com/docker/docker-py/releases) - [Commits](https://github.com/docker/docker-py/compare/6.0.1...7.0.0) Updates `ujson` to 5.9.0 - [Release notes](https://github.com/ultrajson/ultrajson/releases) - [Commits](https://github.com/ultrajson/ultrajson/compare/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](https://github.com/openzim/python-scraperlib/compare/v1.4.1...v3.3.0) Updates `paramiko` from 2.11.0 to 3.4.0 - [Commits](https://github.com/paramiko/paramiko/compare/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] --- workers/manager-requirements.txt | 4 ++-- workers/task-requirements.txt | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/workers/manager-requirements.txt b/workers/manager-requirements.txt index 32eb446a3..0dcf936ff 100644 --- a/workers/manager-requirements.txt +++ b/workers/manager-requirements.txt @@ -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 diff --git a/workers/task-requirements.txt b/workers/task-requirements.txt index 972575294..0157fba6a 100644 --- a/workers/task-requirements.txt +++ b/workers/task-requirements.txt @@ -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