From 58894ac7b5f15001f10fba8e616c9c2f2d1198c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 22:24:26 +0000 Subject: [PATCH] Bump the dependencies group with 3 updates Bumps the dependencies group with 3 updates: [cffi](https://github.com/python-cffi/cffi), [boto3](https://github.com/boto/boto3) and [botocore](https://github.com/boto/botocore). Updates `cffi` from 1.16.0 to 1.17.0 - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](https://github.com/python-cffi/cffi/compare/v1.16.0...v1.17.0) Updates `boto3` from 1.34.154 to 1.34.159 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.34.154...1.34.159) Updates `botocore` from 1.34.154 to 1.34.159 - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/botocore/compare/1.34.154...1.34.159) --- updated-dependencies: - dependency-name: cffi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- requirements-aws.txt | 4 ++-- requirements-pinned.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-aws.txt b/requirements-aws.txt index e909f8cf..ed3ab38f 100644 --- a/requirements-aws.txt +++ b/requirements-aws.txt @@ -1,2 +1,2 @@ -boto3==1.34.154 -botocore==1.34.154 +boto3==1.34.159 +botocore==1.34.159 diff --git a/requirements-pinned.txt b/requirements-pinned.txt index 4e72d80e..485a05ac 100644 --- a/requirements-pinned.txt +++ b/requirements-pinned.txt @@ -6,7 +6,7 @@ # asn1crypto==1.5.1 # via -r requirements.txt -cffi==1.16.0 +cffi==1.17.0 # via # cryptography # pyspx