From 43d15c431f65a28ab7f381dc9c3065eeb683cdd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 17:42:16 +0000 Subject: [PATCH] Bump boto3 from 1.34.51 to 1.35.14 Bumps [boto3](https://github.com/boto/boto3) from 1.34.51 to 1.35.14. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.34.51...1.35.14) --- 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..9ef6d5fd79 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.14; python_version >= '3.8' moto[s3,server]==5.0.2; python_version >= '3.8' # Azure