From 185e5ed5d92871a0b37e33f744d592663be54da3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 09:11:01 +0000 Subject: [PATCH] Chore [deps:pip]: Bump boto3 from 1.35.93 to 1.35.96 in /python Bumps [boto3](https://github.com/boto/boto3) from 1.35.93 to 1.35.96. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.35.93...1.35.96) --- 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 1eb5b883..00909f90 100644 --- a/python/poetry.lock +++ b/python/poetry.lock @@ -42,17 +42,17 @@ files = [ [[package]] name = "boto3" -version = "1.35.93" +version = "1.35.96" description = "The AWS SDK for Python" optional = false python-versions = ">=3.8" files = [ - {file = "boto3-1.35.93-py3-none-any.whl", hash = "sha256:7de2c44c960e486f3c57e5203ea6393c6c4f0914c5f81c789ceb8b5d2ba5d1c5"}, - {file = "boto3-1.35.93.tar.gz", hash = "sha256:2446e819cf4e295833474cdcf2c92bc82718ce537e9ee1f17f7e3d237f60e69b"}, + {file = "boto3-1.35.96-py3-none-any.whl", hash = "sha256:e6acb2380791b13d8fd55062d9bbc6e27c3ddb3e73cff71c4ca02e6743780c67"}, + {file = "boto3-1.35.96.tar.gz", hash = "sha256:bace02ef2181d176cedc1f8f90c95c301bb7c555db124cf80bc193cbb52a7c64"}, ] [package.dependencies] -botocore = ">=1.35.93,<1.36.0" +botocore = ">=1.35.96,<1.36.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.10.0,<0.11.0" @@ -494,13 +494,13 @@ xray = ["mypy-boto3-xray (>=1.35.0,<1.36.0)"] [[package]] name = "botocore" -version = "1.35.93" +version = "1.35.96" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.35.93-py3-none-any.whl", hash = "sha256:47f7161000af6036f806449e3de12acdd3ec11aac7f5578e43e96241413a0f8f"}, - {file = "botocore-1.35.93.tar.gz", hash = "sha256:b8d245a01e7d64c41edcf75a42be158df57b9518a83a3dbf5c7e4b8c2bc540cc"}, + {file = "botocore-1.35.96-py3-none-any.whl", hash = "sha256:b5f4cf11372aeccf87bb0b6148a020212c4c42fb5bcdebb6590bb10f6612b98e"}, + {file = "botocore-1.35.96.tar.gz", hash = "sha256:385fd406ed14bdd624e082d3e15dd6575d490d5d7374fb02f0a798c3ca9ea802"}, ] [package.dependencies] @@ -1383,4 +1383,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "3cbc201cd157e2041e0fb221f1ead70a0e70dfcc5f6cdd9af1801357d8fb675b" +content-hash = "e3fb90d55f7a14a2e7c1dc7b27f4e9690fb3abe7b5708c6370968d9fe79d9739" diff --git a/python/pyproject.toml b/python/pyproject.toml index be6a6579..dcdb38d3 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -10,7 +10,7 @@ python = "^3.12" openpyxl = "^3.1.2" pydantic = "^2.10.5" aws-lambda-typing = "^2.19.0" -boto3 = "^1.35.93" +boto3 = "^1.35.96" structlog = "^24.1.0" chevron="^0.14.0" boto3-stubs = {extras = ["essential"], version = "^1.35.93"}