From 83f4b931566350cddef3227de7a30783373620bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 23:05:59 +0000 Subject: [PATCH] deps(docker,pip): bump the common-pip group across 2 directories with 2 updates Bumps the common-pip group with 2 updates in the /docker/postgres-kanister-tools directory: [awscli](https://github.com/aws/aws-cli) and [setuptools](https://github.com/pypa/setuptools). Bumps the common-pip group with 2 updates in the /docker/postgresql directory: [awscli](https://github.com/aws/aws-cli) and [setuptools](https://github.com/pypa/setuptools). Updates `awscli` from 1.35.6 to 1.35.11 - [Release notes](https://github.com/aws/aws-cli/releases) - [Commits](https://github.com/aws/aws-cli/compare/1.35.6...1.35.11) Updates `setuptools` from 75.1.0 to 75.2.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.1.0...v75.2.0) Updates `awscli` from 1.35.6 to 1.35.11 - [Release notes](https://github.com/aws/aws-cli/releases) - [Commits](https://github.com/aws/aws-cli/compare/1.35.6...1.35.11) Updates `setuptools` from 75.1.0 to 75.2.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.1.0...v75.2.0) --- updated-dependencies: - dependency-name: awscli dependency-type: direct:production update-type: version-update:semver-patch 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: setuptools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: common-pip ... Signed-off-by: dependabot[bot] --- docker/postgres-kanister-tools/requirements.txt | 4 ++-- docker/postgresql/requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/postgres-kanister-tools/requirements.txt b/docker/postgres-kanister-tools/requirements.txt index 741f96b2d7..8ac3cf4570 100644 --- a/docker/postgres-kanister-tools/requirements.txt +++ b/docker/postgres-kanister-tools/requirements.txt @@ -1,4 +1,4 @@ -awscli==1.35.6 +awscli==1.35.11 pip==24.2 -setuptools==75.1.0 +setuptools==75.2.0 wheel==0.44.0 diff --git a/docker/postgresql/requirements.txt b/docker/postgresql/requirements.txt index 4279ec6096..3a25e69aca 100644 --- a/docker/postgresql/requirements.txt +++ b/docker/postgresql/requirements.txt @@ -1,5 +1,5 @@ -awscli==1.35.6 +awscli==1.35.11 wal-e==1.1.1 pip==24.2 -setuptools==75.1.0 +setuptools==75.2.0 wheel==0.44.0