From 1db03be046798431988d1d5a2296977938c3884a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 10:54:15 +0000 Subject: [PATCH] chore(deps): bump botocore from 1.32.7 to 1.34.7 Bumps [botocore](https://github.com/boto/botocore) from 1.32.7 to 1.34.7. - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/botocore/compare/1.32.7...1.34.7) --- updated-dependencies: - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 3312526..15d9f0f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ -i https://pypi.org/simple black==23.11.0 boto3==1.29.3 -botocore==1.32.7; python_version >= '3.7' +botocore==1.34.7; python_version >= '3.7' certifi==2023.11.17; python_version >= '3.6' cffi==1.16.0; python_version >= '3.8' charset-normalizer==3.3.2; python_full_version >= '3.7.0' diff --git a/requirements.txt b/requirements.txt index 798043f..3065b5d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -i https://pypi.org/simple boto3==1.29.3 -botocore==1.32.7; python_version >= '3.7' +botocore==1.34.7; python_version >= '3.7' jmespath==1.0.1; python_version >= '3.7' ldap3==2.9.1 pyasn1==0.5.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'