From ccb0e93da27fa257bd6c4fe8e58ed1e2cd8f7259 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jun 2023 07:19:22 +0200 Subject: [PATCH] build(deps): bump botocore from 1.29.156 to 1.29.161 (#2528) 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 ff33ca64..b3d870ef 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.156" +version = "1.29.161" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">= 3.7" files = [ - {file = "botocore-1.29.156-py3-none-any.whl", hash = "sha256:44b26a5468402bb9e5028d8f9ef2eba973cde016979aa72f87db32ef9000dab4"}, - {file = "botocore-1.29.156.tar.gz", hash = "sha256:21d0c2cb1461f2676e41a896e6e551c7da09e923f416322182520851b179ebda"}, + {file = "botocore-1.29.161-py3-none-any.whl", hash = "sha256:b906999dd53dda2ef0ef6f7f55fcc81a4b06b9f1c8a9f65c546e0b981f959f5f"}, + {file = "botocore-1.29.161.tar.gz", hash = "sha256:a50edd715eb510343e27849f36483804aae4b871590db4d4996aa53368dcac40"}, ] [package.dependencies] @@ -2772,4 +2772,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "bf40645d538ed80193a09608bbeac6f4101f1dc88ac59fd34e1aa190ef1aa6a2" +content-hash = "6aae6e69c76d2b20b4f3664c36beb4052858ffbd8401d1e4be98c6ff163d4fc2" diff --git a/pyproject.toml b/pyproject.toml index 79df410d..213586b8 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.156" -botocore = "1.29.156" +botocore = "1.29.161" colorama = "0.4.6" detect-secrets = "1.4.0" google-api-python-client = "2.89.0"