From f8b420047ad196e2d9fd464c777fd416aacb9602 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 May 2023 11:15:42 +0200 Subject: [PATCH] build(deps): bump boto3 from 1.26.125 to 1.26.138 (#2389) 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 5bad4598..52f1e46c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -284,18 +284,18 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "boto3" -version = "1.26.125" +version = "1.26.138" description = "The AWS SDK for Python" category = "main" optional = false python-versions = ">= 3.7" files = [ - {file = "boto3-1.26.125-py3-none-any.whl", hash = "sha256:6648aff15d19927cd26db47eb56362ccd313a1ddbd7aaa3235ef05d05d398252"}, - {file = "boto3-1.26.125.tar.gz", hash = "sha256:fe8248b80c4f0fdaed8b8779467c4431a5e52177e02ccd137d51ec51194ebb00"}, + {file = "boto3-1.26.138-py3-none-any.whl", hash = "sha256:d47a68a0ca6599e8711c7da670fbac24085d9d50cfb4f761204f154d2b6fae26"}, + {file = "boto3-1.26.138.tar.gz", hash = "sha256:f0a78f94a7140b60960898fd86677e4e73cc96bd7f3e5c64fc5cc1818d04c7b8"}, ] [package.dependencies] -botocore = ">=1.29.125,<1.30.0" +botocore = ">=1.29.138,<1.30.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.6.0,<0.7.0" @@ -2875,4 +2875,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "48a34b9b0d7eacde30c296ec7b63659710e382147a092e9c8f9f72d68ab84cbd" +content-hash = "fad0b94d53f2c82f07c7cdded0469947ce28c7b854d8c8133d7460e92b56b495" diff --git a/pyproject.toml b/pyproject.toml index f90ce666..6b525d19 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,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.125" +boto3 = "1.26.138" botocore = "1.29.138" colorama = "0.4.6" detect-secrets = "1.4.0"