From cbcb5905a3bbac14b46ba5fd8d5160e9cbcbdad4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 08:46:49 +0200 Subject: [PATCH] build(deps): bump boto3 from 1.26.156 to 1.26.161 (#2545) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8c9f8c50..2a442a7e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -280,17 +280,17 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "boto3" -version = "1.26.156" +version = "1.26.161" description = "The AWS SDK for Python" optional = false python-versions = ">= 3.7" files = [ - {file = "boto3-1.26.156-py3-none-any.whl", hash = "sha256:455b6e1f12768b21b5f3990cf1fadeed9bf1c6b36e5a7a303352b927f530c434"}, - {file = "boto3-1.26.156.tar.gz", hash = "sha256:3a60283676399ae94b49b7a170fb0f42ca2ddcde490988fb0af7fd5a64440ab8"}, + {file = "boto3-1.26.161-py3-none-any.whl", hash = "sha256:f66e5c9dbe7f34383bcf64fa6070771355c11a44dd75c7f1279f2f37e1c89183"}, + {file = "boto3-1.26.161.tar.gz", hash = "sha256:662731e464d14af1035f44fc6a46b0e3112ee011ac0a5ed416d205daa3e15f25"}, ] [package.dependencies] -botocore = ">=1.29.156,<1.30.0" +botocore = ">=1.29.161,<1.30.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.6.0,<0.7.0" @@ -2772,4 +2772,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "ddf54bae39d249da0ee111e3549e1302b6db069e0171832093c4d56ed615d0ac" +content-hash = "cd4f6617586ca5965b9961d1d02c1ef8fa219ef623114b4789d6615bd7d083e9" diff --git a/pyproject.toml b/pyproject.toml index 7de4c03e..b19514d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ azure-mgmt-security = "5.0.0" azure-mgmt-storage = "21.0.0" azure-mgmt-subscription = "3.1.1" azure-storage-blob = "12.16.0" -boto3 = "1.26.156" +boto3 = "1.26.161" botocore = "1.29.161" colorama = "0.4.6" detect-secrets = "1.4.0"