From 225ebc7cd5ed6f54b3c7ba2adc022bc1c5c4e984 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 11:46:47 +0200 Subject: [PATCH] chore(deps): bump botocore from 1.34.113 to 1.34.140 (#100) Bumps [botocore](https://github.com/boto/botocore) from 1.34.113 to 1.34.140. - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/botocore/compare/1.34.113...1.34.140) --- updated-dependencies: - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 b725cc9..c2e1d17 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ -i https://pypi.org/simple black==24.4.2; python_version >= '3.8' boto3==1.34.94; python_version >= '3.8' -botocore==1.34.113; python_version >= '3.8' +botocore==1.34.140; python_version >= '3.8' certifi==2024.2.2; python_version >= '3.6' cffi==1.16.0; platform_python_implementation != 'PyPy' charset-normalizer==3.3.2; python_full_version >= '3.7.0' diff --git a/requirements.txt b/requirements.txt index 0b0d281..8667b3a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -i https://pypi.org/simple boto3==1.34.94; python_version >= '3.8' -botocore==1.34.113; python_version >= '3.8' +botocore==1.34.140; python_version >= '3.8' jmespath==1.0.1; python_version >= '3.7' ldap3==2.9.1 pyasn1==0.6.0; python_version >= '3.8'