From 18d60c98d726bde38f63a22776cc2b9a3339de01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 12:40:45 -0400 Subject: [PATCH] chore(deps): bump botocore from 1.35.65 to 1.35.66 (#5850) 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 c03137a787..64d8010fe9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -778,13 +778,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.35.65" +version = "1.35.66" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.35.65-py3-none-any.whl", hash = "sha256:8fcaa82ab2338f412e1494449c4c57f9ca785623fb0303f6be5b279c4d27522c"}, - {file = "botocore-1.35.65.tar.gz", hash = "sha256:46652f732f2b2fb395fffcc33cacb288d05ea283047c9a996fb59d6849464919"}, + {file = "botocore-1.35.66-py3-none-any.whl", hash = "sha256:d0683e9c18bb6852f768da268086c3749d925332a664db0dd1459cfa7e96e475"}, + {file = "botocore-1.35.66.tar.gz", hash = "sha256:51f43220315f384959f02ea3266740db4d421592dd87576c18824e424b349fdb"}, ] [package.dependencies] @@ -5178,4 +5178,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "d971b9b9b0336d001df94e139d23790bc539c49575f1b779c69cf2e291640a56" +content-hash = "d1dacad6299bd993c0ee35d78960173b8275c23e214a5189fb60fc4c41c7287e" diff --git a/pyproject.toml b/pyproject.toml index adaa67b5b6..f9f851ff3a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ azure-mgmt-subscription = "3.1.1" azure-mgmt-web = "7.3.1" azure-storage-blob = "12.24.0" boto3 = "1.35.65" -botocore = "1.35.65" +botocore = "1.35.66" colorama = "0.4.6" cryptography = "43.0.1" dash = "2.18.2"