From 937637eb00f330ba28a0dcd84fd29b503b57c492 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jun 2025 12:39:07 +0000 Subject: [PATCH] Bump boto3 from 1.38.37 to 1.38.40 Bumps [boto3](https://github.com/boto/boto3) from 1.38.37 to 1.38.40. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.38.37...1.38.40) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.38.40 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 55167e136..dcd44f454 100644 --- a/poetry.lock +++ b/poetry.lock @@ -313,18 +313,18 @@ files = [ [[package]] name = "boto3" -version = "1.38.37" +version = "1.38.40" description = "The AWS SDK for Python" optional = false python-versions = ">=3.9" groups = ["main", "dev"] files = [ - {file = "boto3-1.38.37-py3-none-any.whl", hash = "sha256:46a512b1fbc4c51a9abfef8e2130db0806cb00ef137e161f6f751421c78a7c0c"}, - {file = "boto3-1.38.37.tar.gz", hash = "sha256:4ccd700a2a36de0cd63bd8c79cca6164cb684e34fc1126de5c41525e4d0bfaee"}, + {file = "boto3-1.38.40-py3-none-any.whl", hash = "sha256:a43cad12c18607ae9addfc0a98366aae5762b1a4880529f82295b21473686433"}, + {file = "boto3-1.38.40.tar.gz", hash = "sha256:fcef3e08513d276c97d72d5e7ab8f3ce9950170784b9b5cf4fab327cdb577503"}, ] [package.dependencies] -botocore = ">=1.38.37,<1.39.0" +botocore = ">=1.38.40,<1.39.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.13.0,<0.14.0" @@ -3478,4 +3478,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "0ac8be9dfc1718f5a9b8f616d1baa5e82f5dbcbe2633b71bfadcf42ea3f4da11" +content-hash = "130efa4a740a8916a41e12a731310b0f1ba4792d02984f6273eaf0acad138442" diff --git a/pyproject.toml b/pyproject.toml index 3de4a7453..7ab4be3de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ httpx = "^0.28.1" yarl = "^1.18.3" pydantic = "^2.11.7" asgiref = "^3.8.1" -boto3 = "^1.37.3" +boto3 = "^1.38.40" botocore = "^1.38.40" eval-type-backport = "^0.2.2" mangum = "^0.19.0"