diff --git a/poetry.lock b/poetry.lock index b3f38b1..b49c41d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "annotated-types" @@ -47,13 +47,13 @@ tests = ["mypy (>=0.800)", "pytest", "pytest-asyncio"] [[package]] name = "botocore" -version = "1.35.55" +version = "1.35.58" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.35.55-py3-none-any.whl", hash = "sha256:3d54739e498534c9d7a6e9732ae2d17ed29c7d5e29fe36c956d8488b859538b0"}, - {file = "botocore-1.35.55.tar.gz", hash = "sha256:61ae18f688250372d7b6046e35c86f8fd09a7c0f0064b52688f3490b4d6c9d6b"}, + {file = "botocore-1.35.58-py3-none-any.whl", hash = "sha256:647b8706ae6484ee4c2208235f38976d9f0e52f80143e81d7941075215e96111"}, + {file = "botocore-1.35.58.tar.gz", hash = "sha256:8303309c7b59ddf04b11d79813530809d6b10b411ac9f93916d2032c283d6881"}, ] [package.dependencies] @@ -1508,4 +1508,4 @@ opentelemetry = ["opentelemetry-exporter-otlp", "opentelemetry-instrumentation-b [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "e7a3bf26e11518c0a69b4cd45c8a19defd3e9da986a1d768c4c714f92fc89495" +content-hash = "b0c12f5bb23923955bbdd0b3c65fcbf6afa63723dfc82ebf15c57038f4185131" diff --git a/pyproject.toml b/pyproject.toml index ca4b7c5..5c6869b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.12" -botocore = "^1.35.45" +botocore = "^1.35.58" fastapi = "^0.115.2" httpx = "^0.27.2" jsonformatter = "^0.3.2"