diff --git a/poetry.lock b/poetry.lock index ecfe6ac..685cf0b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -59,13 +59,13 @@ files = [ [[package]] name = "botocore" -version = "1.35.82" +version = "1.35.87" description = "Low-level, data-driven core of boto 3." optional = true python-versions = ">=3.8" files = [ - {file = "botocore-1.35.82-py3-none-any.whl", hash = "sha256:e43b97d8cbf19d35ce3a177f144bd97cc370f0a67d0984c7d7cf105ac198748f"}, - {file = "botocore-1.35.82.tar.gz", hash = "sha256:78dd7bf8f49616d00073698d7bbaf5a115208fe730b7b7afae4456adddb3552e"}, + {file = "botocore-1.35.87-py3-none-any.whl", hash = "sha256:81cf84f12030d9ab3829484b04765d5641697ec53c2ac2b3987a99eefe501692"}, + {file = "botocore-1.35.87.tar.gz", hash = "sha256:3062d073ce4170a994099270f469864169dc1a1b8b3d4a21c14ce0ae995e0f89"}, ] [package.dependencies] @@ -1527,4 +1527,4 @@ opentelemetry = ["botocore", "fastapi", "opentelemetry-api", "opentelemetry-expo [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "aab41f11f557ec832393562f45508785aea26d784c5047b0a9eb293b9be408db" +content-hash = "b8ad60795c4b66c4525cd2911f88805fc28d746cedf06a61562cd3809845483d" diff --git a/pyproject.toml b/pyproject.toml index c65f7f7..13dde44 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.82", optional = true } +botocore = { version = "^1.35.87", 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 }