diff --git a/poetry.lock b/poetry.lock index f4ec0bc7d1..873563741d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -403,13 +403,13 @@ files = [ [[package]] name = "botocore" -version = "1.31.18" +version = "1.31.24" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">= 3.7" files = [ - {file = "botocore-1.31.18-py3-none-any.whl", hash = "sha256:909db57f5d6ca765fc9dc9dcae962a87566d0123da1d2bd5be32432493d5785e"}, - {file = "botocore-1.31.18.tar.gz", hash = "sha256:c4c01fae2ba32c242ce62175cad719aa49415618560d6e215ed76dab91991dc5"}, + {file = "botocore-1.31.24-py3-none-any.whl", hash = "sha256:8c7ba9b09e9104e2d473214e1ffcf84b77e04cf6f5f2344942c1eed9e299f947"}, + {file = "botocore-1.31.24.tar.gz", hash = "sha256:2d8f412c67f9285219f52d5dbbb6ef0dfa9f606da29cbdd41b6d6474bcc4bbd4"}, ] [package.dependencies] @@ -3866,4 +3866,4 @@ starlite = ["starlite"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "b53f0b2fb5069cec2f4a9a7d79d3f039cd1d693db63029f67ad06ef0a20b8b59" +content-hash = "769a5a649393123c56b1c7c6f211d0c352c5ff5dea50404eb6c9940e7bd36be1" diff --git a/pyproject.toml b/pyproject.toml index cfdcecdbfc..d83941fbca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ types-toml = "^0.10.8" types-typed-ast = "^1.5.8" types-ujson = "^5.6.0" # added this here manually because poetry doesn't seem to be able to handle it =( -botocore = "1.31.18" +botocore = "1.31.24" mypy = "1.4.1" pytest-mypy-plugins = ">=1.10,<4.0" types-protobuf = "^4.23.0.1"