From 71f6e5a2308f72d29fcf3ac7dc94141e95640233 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 16:03:10 +0000 Subject: [PATCH] Bump boto3 from 1.34.49 to 1.34.54 Bumps [boto3](https://github.com/boto/boto3) from 1.34.49 to 1.34.54. - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/boto/boto3/compare/1.34.49...1.34.54) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index acd44cd..df5d9c4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -134,17 +134,17 @@ files = [ [[package]] name = "boto3" -version = "1.34.49" +version = "1.34.54" description = "The AWS SDK for Python" optional = false python-versions = ">= 3.8" files = [ - {file = "boto3-1.34.49-py3-none-any.whl", hash = "sha256:ce8d1de03024f52a1810e8d71ad4dba3a5b9bb48b35567191500e3432a9130b4"}, - {file = "boto3-1.34.49.tar.gz", hash = "sha256:96b9dc85ce8d52619b56ca7b1ac1423eaf0af5ce132904bcc8aa81396eec2abf"}, + {file = "boto3-1.34.54-py3-none-any.whl", hash = "sha256:f201b6a416f809283d554c652211eecec9fe3a52ed4063dab3f3e7aea7571d9c"}, + {file = "boto3-1.34.54.tar.gz", hash = "sha256:8b3f5cc7fbedcbb22271c328039df8a6ab343001e746e0cdb24774c426cadcf8"}, ] [package.dependencies] -botocore = ">=1.34.49,<1.35.0" +botocore = ">=1.34.54,<1.35.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.10.0,<0.11.0" @@ -555,13 +555,13 @@ xray = ["mypy-boto3-xray (>=1.34.0,<1.35.0)"] [[package]] name = "botocore" -version = "1.34.49" +version = "1.34.54" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">= 3.8" files = [ - {file = "botocore-1.34.49-py3-none-any.whl", hash = "sha256:4ed9d7603a04b5bb5bd5de63b513bc2c8a7e8b1cd0088229c5ceb461161f43b6"}, - {file = "botocore-1.34.49.tar.gz", hash = "sha256:d89410bc60673eaff1699f3f1fdcb0e3a5e1f7a6a048c0d88c3ce5c3549433ec"}, + {file = "botocore-1.34.54-py3-none-any.whl", hash = "sha256:bf215d93e9d5544c593962780d194e74c6ee40b883d0b885e62ef35fc0ec01e5"}, + {file = "botocore-1.34.54.tar.gz", hash = "sha256:4061ff4be3efcf53547ebadf2c94d419dfc8be7beec24e9fa1819599ffd936fa"}, ] [package.dependencies] @@ -2415,4 +2415,4 @@ aws = [] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "ddb92dc037f65dd0675cd1b080c220c6139e5c625eb48a10acd5880081984651" +content-hash = "030a5542e48f7d034fda2b51955a24c09fb48b859761f67ee53e0c7fd408a035" diff --git a/pyproject.toml b/pyproject.toml index 06c1a89..85c0253 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ requests-html = "^0.10.0" moto = "^5.0.2" freezegun = "^1.4.0" black = "^24.2.0" -boto3 = "^1.34.49" +boto3 = "^1.34.54" requests-wsgi-adapter = "^0.4.1" boto3-stubs = {extras = ["s3", "dynamodb"], version = "^1.34.54"} coverage = "^7.4.3"