From cba2ee3622178cb6d715c23e136f38cbc6297a34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 08:48:15 +0200 Subject: [PATCH] build(deps): bump boto3 from 1.26.115 to 1.26.125 (#2327) 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 5ef83348..3609a282 100644 --- a/poetry.lock +++ b/poetry.lock @@ -296,18 +296,18 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "boto3" -version = "1.26.115" +version = "1.26.125" description = "The AWS SDK for Python" category = "main" optional = false python-versions = ">= 3.7" files = [ - {file = "boto3-1.26.115-py3-none-any.whl", hash = "sha256:deb53ad15ff0e75ae0be6d7115a2d34e4bafb0541484485f0feb61dabdfb5513"}, - {file = "boto3-1.26.115.tar.gz", hash = "sha256:2272a060005bf8299f7342cbf1344304eb44b7060cddba6784f676e3bc737bb8"}, + {file = "boto3-1.26.125-py3-none-any.whl", hash = "sha256:6648aff15d19927cd26db47eb56362ccd313a1ddbd7aaa3235ef05d05d398252"}, + {file = "boto3-1.26.125.tar.gz", hash = "sha256:fe8248b80c4f0fdaed8b8779467c4431a5e52177e02ccd137d51ec51194ebb00"}, ] [package.dependencies] -botocore = ">=1.29.115,<1.30.0" +botocore = ">=1.29.125,<1.30.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.6.0,<0.7.0" @@ -2843,4 +2843,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "3b393cb8ec1854bf751266d401aec86b23094c3db932bf26d90b27dd4627dade" +content-hash = "2d2fe0a7155534304bd29b9faf928164a5e8750d6fd78bff401c2e85faf21fd5" diff --git a/pyproject.toml b/pyproject.toml index ef25fadc..ab081e30 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.115" +boto3 = "1.26.125" botocore = "1.29.125" colorama = "0.4.6" detect-secrets = "1.4.0"