From bc49d4e5675d2dde7ab31df89394aebc94a4db04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 09:16:48 +0000 Subject: [PATCH] Chore [deps:pip]: Bump boto3 from 1.35.77 to 1.35.78 in /python (#593) Bumps [boto3](https://github.com/boto/boto3) from 1.35.77 to 1.35.78. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.35.77...1.35.78) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- python/poetry.lock | 16 ++++++++-------- python/pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/python/poetry.lock b/python/poetry.lock index 2a41ac9a..5787c75b 100644 --- a/python/poetry.lock +++ b/python/poetry.lock @@ -42,17 +42,17 @@ files = [ [[package]] name = "boto3" -version = "1.35.77" +version = "1.35.78" description = "The AWS SDK for Python" optional = false python-versions = ">=3.8" files = [ - {file = "boto3-1.35.77-py3-none-any.whl", hash = "sha256:a09871805f8e462349a1c33c23eb413668df0bf68424e61d53518e1a7d883b2f"}, - {file = "boto3-1.35.77.tar.gz", hash = "sha256:cc819cdbccbc2d0dc185f1dcfe74cf3809489c4cae63c2e5d6a557aa0c5ab928"}, + {file = "boto3-1.35.78-py3-none-any.whl", hash = "sha256:5ef7166fe5060637b92af8dc152cd7acecf96b3fc9c5456706a886cadb534391"}, + {file = "boto3-1.35.78.tar.gz", hash = "sha256:fc8001519c8842e766ad3793bde3fbd0bb39e821a582fc12cf67876b8f3cf7f1"}, ] [package.dependencies] -botocore = ">=1.35.77,<1.36.0" +botocore = ">=1.35.78,<1.36.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.10.0,<0.11.0" @@ -493,13 +493,13 @@ xray = ["mypy-boto3-xray (>=1.35.0,<1.36.0)"] [[package]] name = "botocore" -version = "1.35.77" +version = "1.35.78" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.35.77-py3-none-any.whl", hash = "sha256:3faa27d65841499762228902d7e215fa99a4c2fdc76c9113e1c3f339bdf685b8"}, - {file = "botocore-1.35.77.tar.gz", hash = "sha256:17b778016644e9342ca3ff2f430c1d1db0c6126e9b41a57cff52ac58e7a455e0"}, + {file = "botocore-1.35.78-py3-none-any.whl", hash = "sha256:41c37bd7c0326f25122f33ec84fb80fc0a14d7fcc9961431b0e57568e88c9cb5"}, + {file = "botocore-1.35.78.tar.gz", hash = "sha256:6905036c25449ae8dba5e950e4b908e4b8a6fe6b516bf61e007ecb62fa21f323"}, ] [package.dependencies] @@ -1376,4 +1376,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "7288caa8bc7476f70b971626046c008aa2a445c60fc14493e0100c826486a3bb" +content-hash = "18f6b0bd6168e7955768dbb06b6c3ca6e7d126d95b25e97041c3913c3e58b5e0" diff --git a/python/pyproject.toml b/python/pyproject.toml index e8d71b9a..b12cd4f3 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -10,7 +10,7 @@ python = "^3.12" openpyxl = "^3.1.2" pydantic = "^2.10.3" aws-lambda-typing = "^2.19.0" -boto3 = "^1.35.77" +boto3 = "^1.35.78" structlog = "^24.1.0" chevron="^0.14.0" boto3-stubs = {extras = ["essential"], version = "^1.35.78"}