diff --git a/poetry.lock b/poetry.lock index 1a5b024..b804592 100644 --- a/poetry.lock +++ b/poetry.lock @@ -47,13 +47,13 @@ tests = ["mypy (>=0.800)", "pytest", "pytest-asyncio"] [[package]] name = "botocore" -version = "1.35.62" +version = "1.35.64" description = "Low-level, data-driven core of boto 3." optional = true python-versions = ">=3.8" files = [ - {file = "botocore-1.35.62-py3-none-any.whl", hash = "sha256:4c3960a33289371d96eba5116364c41e6b848b5afbed3a43f5d8c7ba36f55e1d"}, - {file = "botocore-1.35.62.tar.gz", hash = "sha256:9df762294d5c727d9ea1c48b98579729a0ba40fd317c3262a6b8d8e12fb67489"}, + {file = "botocore-1.35.64-py3-none-any.whl", hash = "sha256:bbd96bf7f442b1d5e35b36f501076e4a588c83d8d84a1952e9ee1d767e5efb3e"}, + {file = "botocore-1.35.64.tar.gz", hash = "sha256:2f95c83f31c9e38a66995c88810fc638c829790e125032ba00ab081a2cf48cb9"}, ] [package.dependencies] @@ -1509,4 +1509,4 @@ opentelemetry = ["botocore", "fastapi", "opentelemetry-api", "opentelemetry-expo [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "78395a5af337b94a1f0c9cb0ee19f8beffea8035d92062e70ae5bed58a32feb8" +content-hash = "794d2ccad82fe7da726d026d34520478014b3ea7ce7fde668eea54001b6d3020" diff --git a/pyproject.toml b/pyproject.toml index 998e3b5..4efbd61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ opentelemetry-instrumentation-botocore = { version = ">=0.48b0", optional = true opentelemetry-instrumentation-fastapi = { version = ">=0.48b0", optional = true } opentelemetry-instrumentation-pymongo = { version = ">=0.48b0", optional = true } opentelemetry-instrumentation-redis = { version = ">=0.48b0", optional = true } -botocore = { version = "^1.35.16", optional = true } +botocore = { version = "^1.35.64", optional = true } fastapi = { version = ">=0.115.2", optional = true } cryptography = { version = "^43.0.3", optional = true } faas-cache-dict = { version = "^0.5.0", optional = true }