From 56510734c44eaa703fd7ab8b4413bde7254bd883 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 15:14:18 +0100 Subject: [PATCH] build(deps): bump boto3 from 1.26.85 to 1.26.86 (#2061) 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 f2fe31c2..e475fbf9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -295,18 +295,18 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "boto3" -version = "1.26.85" +version = "1.26.86" description = "The AWS SDK for Python" category = "main" optional = false python-versions = ">= 3.7" files = [ - {file = "boto3-1.26.85-py3-none-any.whl", hash = "sha256:9afe405c71bfd13fa958637caec9dc91f7009b221a7d87d4b067fa6f262aab67"}, - {file = "boto3-1.26.85.tar.gz", hash = "sha256:ae106bdc5ac6e693100a2dba5ea1c9cfa6e556f6f39944fa8b3af6b104eeccf3"}, + {file = "boto3-1.26.86-py3-none-any.whl", hash = "sha256:e981703b76d2fb9274ce5cdda6ea382e29c9e7c65bc400c94c0a259b26f8914a"}, + {file = "boto3-1.26.86.tar.gz", hash = "sha256:7e8fc7bfef6481e48380d13e18a0a036413d126dc7eda37eadc1a052a3426323"}, ] [package.dependencies] -botocore = ">=1.29.85,<1.30.0" +botocore = ">=1.29.86,<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 = "55b96de0d2fdae6894017a9c90861dfb46f3a54a7d4c447fc205f10c3de0d540" +content-hash = "10a3ee9793771d6d3f55a9428510ba943e7c35ae7a1c2a874546658311132447" diff --git a/pyproject.toml b/pyproject.toml index 2acbad01..9db5b411 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.85" +boto3 = "1.26.86" botocore = "1.29.86" colorama = "0.4.6" detect-secrets = "1.4.0"