From 615127f790e7974b1cf7596234ac17bbe85ebff2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 11:54:21 +0200 Subject: [PATCH] chore(deps): bump botocore from 1.34.141 to 1.34.142 (#4416) 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 ef834275fb..a6d48f12ec 100644 --- a/poetry.lock +++ b/poetry.lock @@ -728,13 +728,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.34.141" +version = "1.34.142" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.34.141-py3-none-any.whl", hash = "sha256:0e661a452c0489b6d62a9c91fed3320d5690a524489a7e50afc8efadb994dba8"}, - {file = "botocore-1.34.141.tar.gz", hash = "sha256:d2815c09037039a287461eddc07af895d798bc897e6ba4b08f5a12eaa9886ff1"}, + {file = "botocore-1.34.142-py3-none-any.whl", hash = "sha256:9d8095bab0b93b9064e856730a7ffbbb4f897353d3170bec9ddccc5f4a3753bc"}, + {file = "botocore-1.34.142.tar.gz", hash = "sha256:2eeb8e6be729c1f8ded723970ed6c6ac29cc3014d86a99e73428fa8bdca81f63"}, ] [package.dependencies] @@ -4901,4 +4901,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "a1c147977f04b3e8f9a4718354336bc5413ed2aed73381f9bc4b9085ff73eb18" +content-hash = "743e82ec1605e1cd21fa19fbe4d144b1c20e23b3b52d1ec2e1d0c201b1056166" diff --git a/pyproject.toml b/pyproject.toml index 832bf62e81..8300cd6dfd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ azure-mgmt-subscription = "3.1.1" azure-mgmt-web = "7.3.0" azure-storage-blob = "12.20.0" boto3 = "1.34.141" -botocore = "1.34.141" +botocore = "1.34.142" colorama = "0.4.6" dash = "2.17.1" dash-bootstrap-components = "1.6.0"