From c3fc708a669a47dfd5c3993784dd3e16ae06ac8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 09:03:00 +0100 Subject: [PATCH] build(deps): bump boto3 from 1.26.82 to 1.26.85 (#2053) 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 bd950906..fd34ce0f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -295,18 +295,18 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "boto3" -version = "1.26.82" +version = "1.26.85" description = "The AWS SDK for Python" category = "main" optional = false python-versions = ">= 3.7" files = [ - {file = "boto3-1.26.82-py3-none-any.whl", hash = "sha256:f618f2e8a4b9d5cb9f05d3a5628ca2afa4bcd3e8b4b8413d11dea0f4c4480b3c"}, - {file = "boto3-1.26.82.tar.gz", hash = "sha256:f50c048b4f3223dd57afb6eee1189ef9a472bf0ed9b26ff9db65ec13275c4414"}, + {file = "boto3-1.26.85-py3-none-any.whl", hash = "sha256:9afe405c71bfd13fa958637caec9dc91f7009b221a7d87d4b067fa6f262aab67"}, + {file = "boto3-1.26.85.tar.gz", hash = "sha256:ae106bdc5ac6e693100a2dba5ea1c9cfa6e556f6f39944fa8b3af6b104eeccf3"}, ] [package.dependencies] -botocore = ">=1.29.82,<1.30.0" +botocore = ">=1.29.85,<1.30.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.6.0,<0.7.0" @@ -2610,4 +2610,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "366ef6989a27a7c029740f5d8260c2d69d2176910318af1dd5d8f751a5227e22" +content-hash = "14901d0d7cc9479855514d8cc34df9e583797ce70cbaec3cd266ec986e870fff" diff --git a/pyproject.toml b/pyproject.toml index a73eb1cf..51dca7d5 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.82" +boto3 = "1.26.85" botocore = "1.29.85" colorama = "0.4.6" detect-secrets = "1.4.0"