From 5832849b110beaf771a66f3be0c1f5a896aa8902 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Mar 2023 09:43:43 +0100 Subject: [PATCH] build(deps): bump boto3 from 1.26.81 to 1.26.82 (#2029) 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 8098fb85..ff9bf403 100644 --- a/poetry.lock +++ b/poetry.lock @@ -295,18 +295,18 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "boto3" -version = "1.26.81" +version = "1.26.82" description = "The AWS SDK for Python" category = "main" optional = false python-versions = ">= 3.7" files = [ - {file = "boto3-1.26.81-py3-none-any.whl", hash = "sha256:a631ce2d22662f326cdf121967b53c251338e4ae7cdfa166c11a31e94a8b6a60"}, - {file = "boto3-1.26.81.tar.gz", hash = "sha256:898fa38387e2f5a9136aec6cf9caa0a44ddbf78f1c4aaa33f7b1611ac44b4a4d"}, + {file = "boto3-1.26.82-py3-none-any.whl", hash = "sha256:f618f2e8a4b9d5cb9f05d3a5628ca2afa4bcd3e8b4b8413d11dea0f4c4480b3c"}, + {file = "boto3-1.26.82.tar.gz", hash = "sha256:f50c048b4f3223dd57afb6eee1189ef9a472bf0ed9b26ff9db65ec13275c4414"}, ] [package.dependencies] -botocore = ">=1.29.81,<1.30.0" +botocore = ">=1.29.82,<1.30.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.6.0,<0.7.0" @@ -2611,4 +2611,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "906fc1bb3f042e8182a873bea66a0ca68b2b6020de0ee45b1b336d9a0c1b378e" +content-hash = "92cef4818d1c28cd99f211e0805bee134fc3fc8e4d0b8285b47a819a95cafa6b" diff --git a/pyproject.toml b/pyproject.toml index a68d2a64..dcda4543 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.81" +boto3 = "1.26.82" botocore = "1.29.82" colorama = "0.4.6" detect-secrets = "1.4.0"