From 383fa49b227d2ee41b5ee11cc4302262a7e4ed8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 06:43:26 +0000 Subject: [PATCH] Bump awscli from 1.25.56 to 1.29.51 in /referentiel-sync Bumps [awscli](https://github.com/aws/aws-cli) from 1.25.56 to 1.29.51. - [Release notes](https://github.com/aws/aws-cli/releases) - [Changelog](https://github.com/aws/aws-cli/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/aws/aws-cli/compare/1.25.56...1.29.51) --- updated-dependencies: - dependency-name: awscli dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- referentiel-sync/pyproject.toml | 2 +- referentiel-sync/requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/referentiel-sync/pyproject.toml b/referentiel-sync/pyproject.toml index a8f04ec..544261c 100644 --- a/referentiel-sync/pyproject.toml +++ b/referentiel-sync/pyproject.toml @@ -2,7 +2,7 @@ name = "referentiel-sync" version = "0.1" dependencies = [ - "awscli==1.25.56", + "awscli==1.29.51", "python-decouple==3.6", "sentry-sdk==1.14.0", "tenacity==8.2.2", diff --git a/referentiel-sync/requirements.txt b/referentiel-sync/requirements.txt index 3ff8246..cade8a2 100644 --- a/referentiel-sync/requirements.txt +++ b/referentiel-sync/requirements.txt @@ -4,9 +4,9 @@ # # pip-compile --generate-hashes --output-file=requirements.txt pyproject.toml # -awscli==1.25.56 \ - --hash=sha256:a2dc2813f8829f0ff35b6fde67c1cd565da76772592b727cb76fbd6ee997c9ed \ - --hash=sha256:f1b4a3ad8c86c8e7cb7119fed32850f1b7e4b7d3bf55f864d3b3dc1260c0d168 +awscli==1.29.51 \ + --hash=sha256:1a15af82500da24e3a77e111b6d48ae2e358d6fbfc3564f15ac6f6688e6c4031 \ + --hash=sha256:1d43d0e221ecfb6e1dd5aa7c9bd0c78481b7b57572091097a91815db54ac5985 # via referentiel-sync (pyproject.toml) botocore==1.27.55 \ --hash=sha256:0b4a17e81c17845245c0e7a3fbf83753c7f6a5544b93dcf6e0fcc0f3f2156ab2 \