From 41569b8b89c28ac2340e4c85dba68db24c66c42d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:03:22 +0000 Subject: [PATCH] chore(deps): bump boto3 from 1.40.42 to 1.40.43 Bumps [boto3](https://github.com/boto/boto3) from 1.40.42 to 1.40.43. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.40.42...1.40.43) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.40.43 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 18 +++++++++--------- pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7babe1f7..39483ff9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.0 and should not be changed by hand. [[package]] name = "annotated-types" @@ -221,18 +221,18 @@ extras = ["regex"] [[package]] name = "boto3" -version = "1.40.42" +version = "1.40.43" description = "The AWS SDK for Python" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "boto3-1.40.42-py3-none-any.whl", hash = "sha256:71ea8ca488e8b0d0a16b1b32816f8bab9aa66757c4122caf137ae2dbc95d7001"}, - {file = "boto3-1.40.42.tar.gz", hash = "sha256:dbd8afc41f0cc759d0115c673e50bd1395b992a5c14627b56163cf35b86673c6"}, + {file = "boto3-1.40.43-py3-none-any.whl", hash = "sha256:c5d64ba2fb2d90c33c3969f3751869c45746d5efb5136e4cc619e3630ece89a3"}, + {file = "boto3-1.40.43.tar.gz", hash = "sha256:9ad9190672ce8736898bec2d94875aea6ae1ead2ac6d158e01d820f3ff9c23e0"}, ] [package.dependencies] -botocore = ">=1.40.42,<1.41.0" +botocore = ">=1.40.43,<1.41.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.14.0,<0.15.0" @@ -241,14 +241,14 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.40.42" +version = "1.40.43" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "botocore-1.40.42-py3-none-any.whl", hash = "sha256:2682a4120be21234036003a806206b6b3963ba53a495d0a57d40d67fce4497a9"}, - {file = "botocore-1.40.42.tar.gz", hash = "sha256:41bea751685fb2a51b4fc6be329a0cd0a285dbeb0686a21099e87ef146664bc0"}, + {file = "botocore-1.40.43-py3-none-any.whl", hash = "sha256:1639f38999fc0cf42c92c5c83c5fbe189a4857a86f55b842be868e3283c6d3bb"}, + {file = "botocore-1.40.43.tar.gz", hash = "sha256:d87412dc1ea785df156f412627d3417c9f9eb45601fd0846d8fe96fe3c78b630"}, ] [package.dependencies] @@ -2200,4 +2200,4 @@ requests = ">=2.0,<3.0" [metadata] lock-version = "2.1" python-versions = "^3.13.0" -content-hash = "3a20b29362ee40e0d5cb2a643aa34e0baa213a5679a07960b9c01463e3b2ecdf" +content-hash = "c7483f311e1cc4fe9f15feaa1b674ce10accba57d277534b5f474515419d072c" diff --git a/pyproject.toml b/pyproject.toml index 59ab54f3..9697a3bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ email-validator = {version = "*"} aws-lambda-powertools = {extras = ["tracer"],version = "^3.7.0"} mypy-boto3-dynamodb = "*" cachetools = "*" -boto3 = "^1.26.125" +boto3 = "^1.40.43" aws-lambda-env-modeler = "*" [tool.poetry.group.dev.dependencies]