From fc8eb09865fa1f304d725d62211de1b70e1e0a19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 10:58:40 +0000 Subject: [PATCH] chore(deps): bump botocore from 1.35.49 to 1.35.68 Bumps [botocore](https://github.com/boto/botocore) from 1.35.49 to 1.35.68. - [Commits](https://github.com/boto/botocore/compare/1.35.49...1.35.68) --- updated-dependencies: - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch ... 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 4ecf26f..f139d7e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,7 +1,7 @@ -i https://pypi.org/simple black==24.10.0; python_version >= '3.9' boto3==1.35.39; python_version >= '3.8' -botocore==1.35.49; python_version >= '3.8' +botocore==1.35.68; python_version >= '3.8' certifi==2024.8.30; python_version >= '3.6' cffi==1.17.1; platform_python_implementation != 'PyPy' charset-normalizer==3.4.0; python_full_version >= '3.7.0' diff --git a/requirements.txt b/requirements.txt index 8cae298..9d6a38b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -i https://pypi.org/simple boto3==1.35.39; python_version >= '3.8' -botocore==1.35.49; python_version >= '3.8' +botocore==1.35.68; python_version >= '3.8' jmespath==1.0.1; python_version >= '3.7' ldap3==2.9.1 pyasn1==0.6.1; python_version >= '3.8'