From d736c32aecd6304b25dd2a480d3e6bd7977fc585 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jun 2023 07:41:30 +0200 Subject: [PATCH] build(deps): bump botocore from 1.29.152 to 1.29.156 (#2506) 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 bf9d9926..10a09c1b 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.152" +version = "1.29.156" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">= 3.7" files = [ - {file = "botocore-1.29.152-py3-none-any.whl", hash = "sha256:02a3205cc8579d4be6d537e63d72aebbf3f70f3aedcf40b3cae9dc2e24c774d0"}, - {file = "botocore-1.29.152.tar.gz", hash = "sha256:f6319ecdbe3d325878f837cac2874e461b4d90691bb2d2186f980bce3b3cfcc8"}, + {file = "botocore-1.29.156-py3-none-any.whl", hash = "sha256:44b26a5468402bb9e5028d8f9ef2eba973cde016979aa72f87db32ef9000dab4"}, + {file = "botocore-1.29.156.tar.gz", hash = "sha256:21d0c2cb1461f2676e41a896e6e551c7da09e923f416322182520851b179ebda"}, ] [package.dependencies] @@ -2776,4 +2776,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "478bb9c5c4084de64191750c57b058b42b672066818febdffa3858fc659d7c41" +content-hash = "61d6fcd820265b6ae1a0e1a95ac3ced7bbbe26e69093a7ebd937e5f8de0e99a2" diff --git a/pyproject.toml b/pyproject.toml index 88149b7b..29dec35c 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.152" +botocore = "1.29.156" colorama = "0.4.6" detect-secrets = "1.4.0" google-api-python-client = "2.88.0"