diff --git a/poetry.lock b/poetry.lock index 720c3d34d2..e9cc2c038b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -343,13 +343,13 @@ files = [ [[package]] name = "botocore" -version = "1.31.84" +version = "1.31.85" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">= 3.7" files = [ - {file = "botocore-1.31.84-py3-none-any.whl", hash = "sha256:d65bc05793d1a8a8c191a739f742876b4b403c5c713dc76beef262d18f7984a2"}, - {file = "botocore-1.31.84.tar.gz", hash = "sha256:8913bedb96ad0427660dee083aeaa675466eb662bbf1a47781956b5882aadcc5"}, + {file = "botocore-1.31.85-py3-none-any.whl", hash = "sha256:b8f35d65f2b45af50c36fc25cc1844d6bd61d38d2148b2ef133b8f10e198555d"}, + {file = "botocore-1.31.85.tar.gz", hash = "sha256:ce58e688222df73ec5691f934be1a2122a52c9d11d3037b586b3fff16ed6d25f"}, ] [package.dependencies] @@ -361,7 +361,7 @@ urllib3 = [ ] [package.extras] -crt = ["awscrt (==0.19.10)"] +crt = ["awscrt (==0.19.12)"] [[package]] name = "bytecode" @@ -3895,4 +3895,4 @@ starlite = ["starlite"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "f7dd99edd0001c4ab0e379fcda56734d9e9caf4090ca715bcc2025b5d16c793a" +content-hash = "62769123f656af277397b2016f8edcbf01e91432cf10d2970f291790382f5c91" diff --git a/pyproject.toml b/pyproject.toml index 1090151d9c..2edce0b87f 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.84" +botocore = "1.31.85" mypy = "1.7.0" pytest-mypy-plugins = ">=1.10,<4.0" types-protobuf = "^4.23.0.1"