From 89c795da6a8a6a75372201ca32746b02224d30bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 01:19:04 +0000 Subject: [PATCH] Bump botocore from 1.35.52 to 1.35.71 Bumps [botocore](https://github.com/boto/botocore) from 1.35.52 to 1.35.71. - [Commits](https://github.com/boto/botocore/compare/1.35.52...1.35.71) --- updated-dependencies: - dependency-name: botocore dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 103b4ed..737d2e9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -888,13 +888,13 @@ xray = ["mypy-boto3-xray (>=1.35.0,<1.36.0)"] [[package]] name = "botocore" -version = "1.35.52" +version = "1.35.71" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.35.52-py3-none-any.whl", hash = "sha256:cdbb5e43c9c3a977763e2a10d3b8b9c405d51279f9fcfd4ca4800763b22acba5"}, - {file = "botocore-1.35.52.tar.gz", hash = "sha256:1fe7485ea13d638b089103addd818c12984ff1e4d208de15f180b1e25ad944c5"}, + {file = "botocore-1.35.71-py3-none-any.whl", hash = "sha256:fc46e7ab1df3cef66dfba1633f4da77c75e07365b36f03bd64a3793634be8fc1"}, + {file = "botocore-1.35.71.tar.gz", hash = "sha256:f9fa058e0393660c3fe53c1e044751beb64b586def0bd2212448a7c328b0cbba"}, ] [package.dependencies] @@ -4301,4 +4301,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "988f5466155cf40e0aa99b47cac7e0047b6aa5a76a066e5ba9baa1f755dff7e5" +content-hash = "ab3b8c8ea54d26a0ece4b857bdb92b1d09fa8f98b52383448a5c520a76f4134e" diff --git a/pyproject.toml b/pyproject.toml index 411c77f..2fecf70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ google-auth-httplib2 = "^0.2.0" google-auth-oauthlib = "^1.2.0" google-auth-stubs = "^0.3.0" google-api-python-client-stubs = "^1.25.0" -botocore = "^1.34.113" +botocore = "^1.35.71" boto3 = "^1.34.103" boto3-stubs = "^1.35.39" botocore-stubs = "^1.35.14"