From 7b805910a8271c4f8482c6f6cbde87fdd0cc18a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Mar 2024 06:56:24 +0000 Subject: [PATCH] chore(deps): Bump boto3 from 1.34.61 to 1.34.62 (#456) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 16 ++++++++-------- pyproject.toml | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3d533f76..92ab38a5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -77,17 +77,17 @@ lxml = ["lxml"] [[package]] name = "boto3" -version = "1.34.61" +version = "1.34.62" description = "The AWS SDK for Python" optional = false python-versions = ">= 3.8" files = [ - {file = "boto3-1.34.61-py3-none-any.whl", hash = "sha256:992e994c7e481a5d3259c699574882b79d631a46f7c369bea350b7ccb0651317"}, - {file = "boto3-1.34.61.tar.gz", hash = "sha256:4b40bf2c8494647c9e88c180537dc9fc0c1047a9fffbb1e5b0da6596f1e59b7b"}, + {file = "boto3-1.34.62-py3-none-any.whl", hash = "sha256:a464a2fd519a9939357822f0538e7b56023dab26742bcae5131b9aa89603ba91"}, + {file = "boto3-1.34.62.tar.gz", hash = "sha256:7373e50b97e27f55c5b2a15a095e7bb45a7d962ced4d1468650dced57087c56b"}, ] [package.dependencies] -botocore = ">=1.34.61,<1.35.0" +botocore = ">=1.34.62,<1.35.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.10.0,<0.11.0" @@ -96,13 +96,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.34.61" +version = "1.34.62" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">= 3.8" files = [ - {file = "botocore-1.34.61-py3-none-any.whl", hash = "sha256:079f3288d38f97fd5656c25c44a94bea0e7090b938abfdeea463eaadb210c4a0"}, - {file = "botocore-1.34.61.tar.gz", hash = "sha256:72df4af7e4e6392552c882d48c74e4be9bf7be4cd8d829711b312fbae13d7034"}, + {file = "botocore-1.34.62-py3-none-any.whl", hash = "sha256:7d215bb6c47e26a2b2b07a39769060c301d15186a302fba12260529870d64d64"}, + {file = "botocore-1.34.62.tar.gz", hash = "sha256:7e97e7237c50d50850fef0d2cc6c8c42965d236a13abf18b29e5b8bb427514d7"}, ] [package.dependencies] @@ -1645,4 +1645,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "8af465ffb97f0731fb042594424484980d47c4c3e59f3f3da573e391903dcfe0" +content-hash = "8872c7af748822ee486d6bf8bd3c590c8f2fe2f3558b19923ca870c73db286cb" diff --git a/pyproject.toml b/pyproject.toml index 0c4e74af..ea5e11ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.8.1" resourcebundle = "^2.1.0" -boto3 = "^1.34.61" +boto3 = "^1.34.62" toml = "^0.10.2" aws-xray-sdk = "^2.13.0" types_aws_xray_sdk = "^2.13.0" @@ -44,7 +44,7 @@ psycopg-binary = "^3.1.18" mysql-connector-python = "^8.3.0" [tool.poetry.group.test.dependencies] -boto3 = "^1.34.61" +boto3 = "^1.34.62" coverage = "^7.4.3" debugpy = "^1.8.1" pydevd-pycharm = "^233.13763.5"