From 882cdebacb95f82cc9159a769cdca106b9bff0c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 08:40:41 +0100 Subject: [PATCH] build(deps): bump boto3 from 1.26.79 to 1.26.80 (#2004) --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4f83f1de..799d6791 100644 --- a/poetry.lock +++ b/poetry.lock @@ -304,18 +304,18 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "boto3" -version = "1.26.79" +version = "1.26.80" description = "The AWS SDK for Python" category = "main" optional = false python-versions = ">= 3.7" files = [ - {file = "boto3-1.26.79-py3-none-any.whl", hash = "sha256:049de631cc03726a14b8eb24ac9ec2a48b0624197796f36166da809fdc9b9a7f"}, - {file = "boto3-1.26.79.tar.gz", hash = "sha256:73d7bd1f16118ef0dfe936e0420cd76b02d1aedb75330ebda51168458ab752ac"}, + {file = "boto3-1.26.80-py3-none-any.whl", hash = "sha256:704065abc8fdd2519491c11eeb65d69f21d0baf278b66b0b44090cc09c8c7bf8"}, + {file = "boto3-1.26.80.tar.gz", hash = "sha256:7816da48b9626a482e955628ade527a4a84ff462043ac1a129011f7f66e8648c"}, ] [package.dependencies] -botocore = ">=1.29.79,<1.30.0" +botocore = ">=1.29.80,<1.30.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.6.0,<0.7.0" @@ -2618,4 +2618,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "d45615ddbce0873fcb470b4dc78e3656f6051c49e9d8a653f6fd6dd819acc158" +content-hash = "888e443bfd7a8bf2dda6b0c9d3bca6274b1718bda68b723e7c4fce289e4d06c1" diff --git a/pyproject.toml b/pyproject.toml index 26769749..82ee64f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ azure-mgmt-security = "3.0.0" azure-mgmt-storage = "21.0.0" azure-mgmt-subscription = "3.1.1" azure-storage-blob = "12.15.0" -boto3 = "1.26.79" +boto3 = "1.26.80" botocore = "1.29.80" colorama = "0.4.6" detect-secrets = "1.4.0"