From 8d34851db11fe5376f1e62160e3a9b05698ef6d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 10:34:50 +0000 Subject: [PATCH] build(deps): bump boto3 from 1.43.0 to 1.43.1 in the dependencies group Bumps the dependencies group with 1 update: [boto3](https://github.com/boto/boto3). Updates `boto3` from 1.43.0 to 1.43.1 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.0...1.43.1) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.1 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 680f388..5cc8629 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.43.0" +version = "1.43.1" description = "The AWS SDK for Python" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "boto3-1.43.0-py3-none-any.whl", hash = "sha256:8ebe03754a4b73a5cb6ec2f14cca03ac33bd4760d0adea53da4724845130258b"}, - {file = "boto3-1.43.0.tar.gz", hash = "sha256:80d44a943ef90aba7958ab31d30c155c198acc8a9581b5846b3878b2c8951086"}, + {file = "boto3-1.43.1-py3-none-any.whl", hash = "sha256:3840bf0345b9aefcc5915176a19d227f63cfba7778c65e6e52d61c6ea0a10fdc"}, + {file = "boto3-1.43.1.tar.gz", hash = "sha256:9e4f85a7884797ff0f52c257094730ed228aaa07fa8134775ff8f86909cf4f2a"}, ] [package.dependencies] -botocore = ">=1.43.0,<1.44.0" +botocore = ">=1.43.1,<1.44.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.17.0,<0.18.0" @@ -2185,4 +2185,4 @@ pytest = [] [metadata] lock-version = "2.1" python-versions = ">=3.10,<=4.0" -content-hash = "bd6f78f73a6aa6c278c3caf7ad15fd3347eed467b29b286bb163304dfbeec9e9" +content-hash = "a9e09fcb464eede020c13edad1c8da567a5262a15f29931d72fe13faf86262cb" diff --git a/pyproject.toml b/pyproject.toml index 39f8417..054e19e 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.43.0" +boto3 = "^1.43.1" boto3-stubs = { extras = [ "s3", "ssm",