From 7017530aad2adf68565326a49bd1a1c355f48cfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 04:51:26 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: kiwixstorage dependency-type: direct:production update-type: version-update:semver-minor 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] --- uploader/requirements.txt | 2 +- watcher/requirements.txt | 4 ++-- workers/manager-requirements.txt | 4 ++-- workers/task-requirements.txt | 8 ++++---- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/uploader/requirements.txt b/uploader/requirements.txt index 7b84db47..daf0d7d1 100644 --- a/uploader/requirements.txt +++ b/uploader/requirements.txt @@ -1 +1 @@ -kiwixstorage==0.8.3 +kiwixstorage==0.9.0 diff --git a/watcher/requirements.txt b/watcher/requirements.txt index b5a7deb6..b336a0a9 100644 --- a/watcher/requirements.txt +++ b/watcher/requirements.txt @@ -1,6 +1,6 @@ pif==0.8.2 -requests==2.31.0 +requests==2.32.1 humanfriendly==10.0 PyJWT==2.8.0 -kiwixstorage==0.8.3 +kiwixstorage==0.9.0 xml-to-dict==0.1.6 diff --git a/workers/manager-requirements.txt b/workers/manager-requirements.txt index dcc9f275..1c6ac7c1 100644 --- a/workers/manager-requirements.txt +++ b/workers/manager-requirements.txt @@ -1,6 +1,6 @@ -requests==2.31.0 +requests==2.32.1 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..2d403229 100644 --- a/workers/task-requirements.txt +++ b/workers/task-requirements.txt @@ -1,9 +1,9 @@ -requests==2.31.0 +requests==2.32.1 docker==7.0.0 psutil==5.9.8 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