diff --git a/poetry.lock b/poetry.lock index f4ec0bc7d1..7ab4195dd5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. [[package]] name = "aiofiles" @@ -403,13 +403,13 @@ files = [ [[package]] name = "botocore" -version = "1.31.18" +version = "1.31.33" 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.33-py3-none-any.whl", hash = "sha256:1b76549c45f712ca9734888e60a2ab9c857e6e6025b156b36c344162a7e9d0dc"}, + {file = "botocore-1.31.33.tar.gz", hash = "sha256:3fd7cb89cf834b28bc7e8427cb29bb861b10652a3bebe9d0d18d9a2c1e4f3f67"}, ] [package.dependencies] @@ -3866,4 +3866,4 @@ starlite = ["starlite"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "b53f0b2fb5069cec2f4a9a7d79d3f039cd1d693db63029f67ad06ef0a20b8b59" +content-hash = "602246eaf73a3d2db53b10d5ec1381b6e0823355dbc96f4a50683301ca26a4fa" diff --git a/pyproject.toml b/pyproject.toml index 23e3ce375c..812137ea61 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.33" mypy = "1.4.1" pytest-mypy-plugins = ">=1.10,<4.0" types-protobuf = "^4.23.0.1"