From f1d84c2d0119477e23b144ebf711a9454ec556bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 09:07:16 +0000 Subject: [PATCH] Bump the production-dependencies group with 2 updates 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](https://github.com/kiwix/python_storagelib/compare/v0.6...v0.8.3) 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: paramiko dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- workers/manager-requirements.txt | 2 +- workers/task-requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/workers/manager-requirements.txt b/workers/manager-requirements.txt index dcc9f275..f68e9d4f 100644 --- a/workers/manager-requirements.txt +++ b/workers/manager-requirements.txt @@ -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 diff --git a/workers/task-requirements.txt b/workers/task-requirements.txt index fb7a482c..ef7b3648 100644 --- a/workers/task-requirements.txt +++ b/workers/task-requirements.txt @@ -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