From 513bb3e8d0bbbd5c1d3f02c71fc65ad1eed8ef3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jun 2023 10:07:57 +0200 Subject: [PATCH] build(deps): bump botocore from 1.29.147 to 1.29.152 (#2482) 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 69ae0594..bf9d9926 100644 --- a/poetry.lock +++ b/poetry.lock @@ -299,13 +299,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.29.147" +version = "1.29.152" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">= 3.7" files = [ - {file = "botocore-1.29.147-py3-none-any.whl", hash = "sha256:67a7ce69fc6d44a881b01964a76edb00b4e87723a8cc596339d306d8eb321fec"}, - {file = "botocore-1.29.147.tar.gz", hash = "sha256:f7433bcce5ef7baad2fdd29f97c9fdcf8de4ec1cf577ae308901caf778ed48c2"}, + {file = "botocore-1.29.152-py3-none-any.whl", hash = "sha256:02a3205cc8579d4be6d537e63d72aebbf3f70f3aedcf40b3cae9dc2e24c774d0"}, + {file = "botocore-1.29.152.tar.gz", hash = "sha256:f6319ecdbe3d325878f837cac2874e461b4d90691bb2d2186f980bce3b3cfcc8"}, ] [package.dependencies] @@ -2776,4 +2776,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "599aa26ef042f0700d6e2f980876dfeaa11562e3b36bdfeb83605cf79ec580c2" +content-hash = "478bb9c5c4084de64191750c57b058b42b672066818febdffa3858fc659d7c41" diff --git a/pyproject.toml b/pyproject.toml index 5284d7e5..59027eca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ azure-mgmt-storage = "21.0.0" azure-mgmt-subscription = "3.1.1" azure-storage-blob = "12.16.0" boto3 = "1.26.147" -botocore = "1.29.147" +botocore = "1.29.152" colorama = "0.4.6" detect-secrets = "1.4.0" google-api-python-client = "2.88.0"