From 511a97ffb2d2fa3c44f8050f9b8ffb8cf0b2f885 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 08:26:49 +0000 Subject: [PATCH] Chore [deps:pip]: Bump boto3 from 1.35.76 to 1.35.77 in /python Bumps [boto3](https://github.com/boto/boto3) from 1.35.76 to 1.35.77. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.35.76...1.35.77) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 6a82df17..524757ea 100644 --- a/python/poetry.lock +++ b/python/poetry.lock @@ -42,17 +42,17 @@ files = [ [[package]] name = "boto3" -version = "1.35.76" +version = "1.35.77" description = "The AWS SDK for Python" optional = false python-versions = ">=3.8" files = [ - {file = "boto3-1.35.76-py3-none-any.whl", hash = "sha256:69458399f41f57a50770c8974796d96978bcca44915c260319696bb43e47dffd"}, - {file = "boto3-1.35.76.tar.gz", hash = "sha256:31ddcdb6f15dace2b68f6a0f11bdb58dd3ae79b8a3ccb174ff811ef0bbf938e0"}, + {file = "boto3-1.35.77-py3-none-any.whl", hash = "sha256:a09871805f8e462349a1c33c23eb413668df0bf68424e61d53518e1a7d883b2f"}, + {file = "boto3-1.35.77.tar.gz", hash = "sha256:cc819cdbccbc2d0dc185f1dcfe74cf3809489c4cae63c2e5d6a557aa0c5ab928"}, ] [package.dependencies] -botocore = ">=1.35.76,<1.36.0" +botocore = ">=1.35.77,<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.76" +version = "1.35.77" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.35.76-py3-none-any.whl", hash = "sha256:b4729d12d00267b3185628f83543917b6caae292385230ab464067621aa086af"}, - {file = "botocore-1.35.76.tar.gz", hash = "sha256:a75a42ae53395796b8300c5fefb2d65a8696dc40dc85e49cf3a769e0c0202b13"}, + {file = "botocore-1.35.77-py3-none-any.whl", hash = "sha256:3faa27d65841499762228902d7e215fa99a4c2fdc76c9113e1c3f339bdf685b8"}, + {file = "botocore-1.35.77.tar.gz", hash = "sha256:17b778016644e9342ca3ff2f430c1d1db0c6126e9b41a57cff52ac58e7a455e0"}, ] [package.dependencies] @@ -1376,4 +1376,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "ed1e89121607020dd59cbfbb936edc7b01638548c69807620e2d2a4c42d3d7e8" +content-hash = "dbf9b862fa8b1aa819f58a6f617c849c40f6f396bb19e8da8bf9c2408955d346" diff --git a/python/pyproject.toml b/python/pyproject.toml index ce7e0cce..e110d24f 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.76" +boto3 = "^1.35.77" structlog = "^24.1.0" chevron="^0.14.0" boto3-stubs = {extras = ["essential"], version = "^1.35.76"}