From 69bbe913d077c3f3f3e04b853e97d4c7aca31ec9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 22:35:23 +0100 Subject: [PATCH] Bump botocore from 1.31.16 to 1.31.18 (#3009) Bumps [botocore](https://github.com/boto/botocore) from 1.31.16 to 1.31.18. - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/botocore/compare/1.31.16...1.31.18) --- updated-dependencies: - dependency-name: botocore dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 9a2a150860..b781238b71 100644 --- a/poetry.lock +++ b/poetry.lock @@ -389,13 +389,13 @@ files = [ [[package]] name = "botocore" -version = "1.31.16" +version = "1.31.18" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">= 3.7" files = [ - {file = "botocore-1.31.16-py3-none-any.whl", hash = "sha256:92b240e2cb7b3afae5361651d2f48ee582f45d2dab53aef76eef7eec1d3ce582"}, - {file = "botocore-1.31.16.tar.gz", hash = "sha256:563e15979e763b93d78de58d0fc065f8615be12f41bab42f5ad9f412b6a224b3"}, + {file = "botocore-1.31.18-py3-none-any.whl", hash = "sha256:909db57f5d6ca765fc9dc9dcae962a87566d0123da1d2bd5be32432493d5785e"}, + {file = "botocore-1.31.18.tar.gz", hash = "sha256:c4c01fae2ba32c242ce62175cad719aa49415618560d6e215ed76dab91991dc5"}, ] [package.dependencies] @@ -3771,4 +3771,4 @@ starlite = ["starlite"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "6e33762434403d331623d487451bc3ce1bbf6c92f04e860f274afb87c00b0772" +content-hash = "15a957e8c1490bbea06d0a48c3f3384b0f56d4a83047e48db65b39d995119322" diff --git a/pyproject.toml b/pyproject.toml index d868ae1a4a..bf56cb8d69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,7 +97,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.16" +botocore = "1.31.18" mypy = "1.4.1" pytest-mypy-plugins = ">=1.10,<3.0" types-protobuf = "^4.23.0.1"