From 6f056c49c97f70d2108b8bf1f89d80863490a163 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 17:28:15 +0000 Subject: [PATCH] Bump boto3 from 1.34.51 to 1.35.49 Bumps [boto3](https://github.com/boto/boto3) from 1.34.51 to 1.35.49. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.34.51...1.35.49) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 3ab91623eb..f085725ec9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -72,7 +72,7 @@ pyodbc==5.1.0; python_version >= '3.8' s3fs==2023.12.0; python_version >= '3.8' # on old versions of s3fs's pinned botocore, they neglected to pin urllib3<2 which leads to: # "ImportError: cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_'" -boto3==1.34.51; python_version >= '3.8' +boto3==1.35.49; python_version >= '3.8' moto[s3,server]==5.0.2; python_version >= '3.8' # Azure