From 5c95dc6e20d68803e99caca83dd8e95b331b0a4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 07:45:14 +0200 Subject: [PATCH] build(deps): bump boto3 from 1.26.138 to 1.26.142 (#2444) 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 83d46c00..130bcaa9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -296,18 +296,18 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "boto3" -version = "1.26.138" +version = "1.26.142" description = "The AWS SDK for Python" category = "main" optional = false python-versions = ">= 3.7" files = [ - {file = "boto3-1.26.138-py3-none-any.whl", hash = "sha256:d47a68a0ca6599e8711c7da670fbac24085d9d50cfb4f761204f154d2b6fae26"}, - {file = "boto3-1.26.138.tar.gz", hash = "sha256:f0a78f94a7140b60960898fd86677e4e73cc96bd7f3e5c64fc5cc1818d04c7b8"}, + {file = "boto3-1.26.142-py3-none-any.whl", hash = "sha256:8b8ccbb42e5c4008086a187afee98f4a10d5d985892699b9e2f1e6c5b18a7754"}, + {file = "boto3-1.26.142.tar.gz", hash = "sha256:8f4b5c93a7f0c8e40ae1983cfbefd017bd625e554426544c78dceb4045648911"}, ] [package.dependencies] -botocore = ">=1.29.138,<1.30.0" +botocore = ">=1.29.142,<1.30.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.6.0,<0.7.0" @@ -2913,4 +2913,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "b779c29bcfd4d38942a3e57396970a9856f44c27f9f029fa769e06b552e39446" +content-hash = "bbf74be655ac953ffec5f9349667aa6e7ab6112e7f9a23190405f27fdd8f4b9d" diff --git a/pyproject.toml b/pyproject.toml index 16bcdb15..dd2bc65e 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.138" +boto3 = "1.26.142" botocore = "1.29.142" colorama = "0.4.6" detect-secrets = "1.4.0"