diff --git a/poetry.lock b/poetry.lock index 103b4ed..4484e05 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.63" 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.63-py3-none-any.whl", hash = "sha256:0ca1200694a4c0a3fa846795d8e8a08404c214e21195eb9e010c4b8a4ca78a4a"}, + {file = "botocore-1.35.63.tar.gz", hash = "sha256:2b8196bab0a997d206c3d490b52e779ef47dffb68c57c685443f77293aca1589"}, ] [package.dependencies] @@ -4301,4 +4301,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "988f5466155cf40e0aa99b47cac7e0047b6aa5a76a066e5ba9baa1f755dff7e5" +content-hash = "87b13dd965049a3714257fb445f429d93b73aec741edd4863c68ff66b542ab55" diff --git a/pyproject.toml b/pyproject.toml index 411c77f..ff8b5a6 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.63" boto3 = "^1.34.103" boto3-stubs = "^1.35.39" botocore-stubs = "^1.35.14"