From ca3bf2ad76a83b9b9ce7e1a5c7f8af2ebaaec202 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 17:57:43 +0000 Subject: [PATCH] Bump boto3 from 1.34.51 to 1.35.5 Bumps [boto3](https://github.com/boto/boto3) from 1.34.51 to 1.35.5. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.34.51...1.35.5) --- 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 2f6ae91c64..b119e90ca0 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -69,7 +69,7 @@ sqlglot==23.3.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.5; python_version >= '3.8' moto[s3,server]==5.0.2; python_version >= '3.8' # Azure