From c0036e71b70606434986e31b4d38b6df2e8e3479 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 22:12:41 +0000 Subject: [PATCH] deps(docker,pip): bump the common-pip group across 2 directories with 3 updates Bumps the common-pip group with 3 updates in the /docker/postgres-kanister-tools directory: [awscli](https://github.com/aws/aws-cli), [pip](https://github.com/pypa/pip) and [setuptools](https://github.com/pypa/setuptools). Bumps the common-pip group with 3 updates in the /docker/postgresql directory: [awscli](https://github.com/aws/aws-cli), [pip](https://github.com/pypa/pip) and [setuptools](https://github.com/pypa/setuptools). Updates `awscli` from 1.35.11 to 1.35.20 - [Release notes](https://github.com/aws/aws-cli/releases) - [Commits](https://github.com/aws/aws-cli/compare/1.35.11...1.35.20) Updates `pip` from 24.2 to 24.3.1 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/24.2...24.3.1) Updates `setuptools` from 75.2.0 to 75.3.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v75.2.0...v75.3.0) Updates `awscli` from 1.35.11 to 1.35.20 - [Release notes](https://github.com/aws/aws-cli/releases) - [Commits](https://github.com/aws/aws-cli/compare/1.35.11...1.35.20) Updates `pip` from 24.2 to 24.3.1 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/24.2...24.3.1) Updates `setuptools` from 75.2.0 to 75.3.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v75.2.0...v75.3.0) --- updated-dependencies: - dependency-name: awscli dependency-type: direct:production update-type: version-update:semver-patch dependency-group: common-pip - dependency-name: pip dependency-type: direct:production update-type: version-update:semver-minor dependency-group: common-pip - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: common-pip - dependency-name: awscli dependency-type: direct:production update-type: version-update:semver-patch dependency-group: common-pip - dependency-name: pip dependency-type: direct:production update-type: version-update:semver-minor dependency-group: common-pip - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: common-pip ... Signed-off-by: dependabot[bot] <support@github.com> --- docker/postgres-kanister-tools/requirements.txt | 6 +++--- docker/postgresql/requirements.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docker/postgres-kanister-tools/requirements.txt b/docker/postgres-kanister-tools/requirements.txt index 8ac3cf4570..9887c7d51b 100644 --- a/docker/postgres-kanister-tools/requirements.txt +++ b/docker/postgres-kanister-tools/requirements.txt @@ -1,4 +1,4 @@ -awscli==1.35.11 -pip==24.2 -setuptools==75.2.0 +awscli==1.35.20 +pip==24.3.1 +setuptools==75.3.0 wheel==0.44.0 diff --git a/docker/postgresql/requirements.txt b/docker/postgresql/requirements.txt index 3a25e69aca..5bfbb11d44 100644 --- a/docker/postgresql/requirements.txt +++ b/docker/postgresql/requirements.txt @@ -1,5 +1,5 @@ -awscli==1.35.11 +awscli==1.35.20 wal-e==1.1.1 -pip==24.2 -setuptools==75.2.0 +pip==24.3.1 +setuptools==75.3.0 wheel==0.44.0