From d19af71aba45269154920b7523ef6db1716bb7ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 10:35:07 +0000 Subject: [PATCH] build(deps): bump boto3 in the dependencies group Bumps the dependencies group with 1 update: [boto3](https://github.com/boto/boto3). Updates `boto3` from 1.42.96 to 1.42.97 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.42.96...1.42.97) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.42.97 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... 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 db2e628..5cc3243 100644 --- a/poetry.lock +++ b/poetry.lock @@ -84,18 +84,18 @@ uvloop = ["uvloop (>=0.15.2) ; sys_platform != \"win32\"", "winloop (>=0.5.0) ; [[package]] name = "boto3" -version = "1.42.96" +version = "1.42.97" description = "The AWS SDK for Python" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "boto3-1.42.96-py3-none-any.whl", hash = "sha256:2f4566da2c209a98bdbfc874d813ef231c84ad24e4f815e9bc91de5f63351a24"}, - {file = "boto3-1.42.96.tar.gz", hash = "sha256:b38a9e4a3fbbee9017252576f1379780d0a5814768676c08df2f539d31fcdd68"}, + {file = "boto3-1.42.97-py3-none-any.whl", hash = "sha256:966e49f0510af9a64057a902b7df53d4348c447de0d3df4cc855dfd85e058fcd"}, + {file = "boto3-1.42.97.tar.gz", hash = "sha256:2833dbeda3670ea610ad48dff7d27cdc829dbbfcdfbc6b750b673948e949b6f0"}, ] [package.dependencies] -botocore = ">=1.42.96,<1.43.0" +botocore = ">=1.42.97,<1.43.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.16.0,<0.17.0" @@ -2185,4 +2185,4 @@ pytest = [] [metadata] lock-version = "2.1" python-versions = ">=3.10,<=4.0" -content-hash = "467fc8fbe4846d829a128e481dac7df94c125d6fd95231f04ebab00e9bc92ca9" +content-hash = "811f1bf40f8f08f5bb92d1eb8be5a62099eeb3a41073e7c6afcd19e6b6c1aaab" diff --git a/pyproject.toml b/pyproject.toml index 3f3c58d..e89c48b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ repository = "https://github.com/NHSDigital/nhs-aws-helpers" [tool.poetry.dependencies] # core dependencies python = ">=3.10,<=4.0" -boto3 = "^1.42.96" +boto3 = "^1.42.97" boto3-stubs = { extras = [ "s3", "ssm",