From 57e94367838efd07fe968fa855a93c42e62e0001 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 10:23:03 +0200 Subject: [PATCH] build(deps): bump botocore from 1.29.161 to 1.29.165 (#2547) 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 30f618b5..fca09324 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.161" +version = "1.29.165" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">= 3.7" files = [ - {file = "botocore-1.29.161-py3-none-any.whl", hash = "sha256:b906999dd53dda2ef0ef6f7f55fcc81a4b06b9f1c8a9f65c546e0b981f959f5f"}, - {file = "botocore-1.29.161.tar.gz", hash = "sha256:a50edd715eb510343e27849f36483804aae4b871590db4d4996aa53368dcac40"}, + {file = "botocore-1.29.165-py3-none-any.whl", hash = "sha256:6f35d59e230095aed7cd747604fe248fa384bebb7d09549077892f936a8ca3df"}, + {file = "botocore-1.29.165.tar.gz", hash = "sha256:988b948be685006b43c4bbd8f5c0cb93e77c66deb70561994e0c5b31b5a67210"}, ] [package.dependencies] @@ -2772,4 +2772,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "dd917e82fbc6144da7972e6d6fd0d3db0a4851f98defbd55e8a5ee78079eb2d2" +content-hash = "b27ae52465a9831bf83e635445aa315a36b5199ee140af8e1fb15be1a89679af" diff --git a/pyproject.toml b/pyproject.toml index 20349718..5b5da30c 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.161" -botocore = "1.29.161" +botocore = "1.29.165" colorama = "0.4.6" detect-secrets = "1.4.0" google-api-python-client = "2.90.0"