From 1529319ea324a5161d7a64c2979b2ce1431e4e82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 15:23:25 +0000 Subject: [PATCH] chore(deps): bump boto3 from 1.28.37 to 1.28.38 Bumps [boto3](https://github.com/boto/boto3) from 1.28.37 to 1.28.38. - [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.28.37...1.28.38) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production 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 f5d51759..c23feb86 100644 --- a/poetry.lock +++ b/poetry.lock @@ -103,17 +103,17 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "boto3" -version = "1.28.37" +version = "1.28.38" description = "The AWS SDK for Python" optional = false python-versions = ">= 3.7" files = [ - {file = "boto3-1.28.37-py3-none-any.whl", hash = "sha256:709cf438ad3ea48d426e4659538fe1148fc2719469b52179d07a11c5d26abac6"}, - {file = "boto3-1.28.37.tar.gz", hash = "sha256:4aec1b54ba6cd352abba2cdd7cdc76e631a4d3ce79c55c0719f85f9c9842e4a2"}, + {file = "boto3-1.28.38-py3-none-any.whl", hash = "sha256:dae0bc5548b39d8dfcf4167d9a238ab899a0491c11c5e77934db71b3ecf34752"}, + {file = "boto3-1.28.38.tar.gz", hash = "sha256:cdb466e51ebe4c99640269d88d5450328271437d58e6ce089690d0485bef6174"}, ] [package.dependencies] -botocore = ">=1.31.37,<1.32.0" +botocore = ">=1.31.38,<1.32.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.6.0,<0.7.0" @@ -122,13 +122,13 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.31.37" +version = "1.31.38" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">= 3.7" files = [ - {file = "botocore-1.31.37-py3-none-any.whl", hash = "sha256:72e10759be3dff39c5eeb29f85c11a227c369c946d044f2caf62c352d6a6fc06"}, - {file = "botocore-1.31.37.tar.gz", hash = "sha256:5c92c8bc3c6b49950c95501b30f0ac551fd4952359b53a6fba243094028157de"}, + {file = "botocore-1.31.38-py3-none-any.whl", hash = "sha256:86a4c253bba046f775e07f6585ff6c3d75c21a21c171e5bfcf68bc59f29d7b4c"}, + {file = "botocore-1.31.38.tar.gz", hash = "sha256:b02de7898f0a7de0f6569be1c87046035a974006c31fd641f4b97a8dba1fad21"}, ] [package.dependencies] @@ -1475,4 +1475,4 @@ test = ["pytest"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "c9d739f430c2a57f894d1df3998d008016a1cdbef64bff35c79f9beeec33381b" +content-hash = "c7529a08630a50a37817a1352d50a19beac4948fec535a374d362a643a5eb316" diff --git a/pyproject.toml b/pyproject.toml index 90aefd0b..d18e2bd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ requests = "^2.28.2" pytz = "^2023.3" aws-lambda-powertools = "^2.23.1" jmespath = "^1.0.1" -boto3 = "^1.28.37" +boto3 = "^1.28.38" requests-toolbelt = "^1.0.0" click = "^8.1.3" discord-webhook = "^1.3.0"