From f471961ed95ebe7d657cff7c46bffe59d9b35a81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 16:20:02 +0000 Subject: [PATCH] build(deps): bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [boto3](https://github.com/boto/boto3) and [tox](https://github.com/tox-dev/tox). Updates `boto3` from 1.43.1 to 1.43.2 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.1...1.43.2) Updates `tox` from 4.53.0 to 4.53.1 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/4.53.0...4.53.1) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tox dependency-version: 4.53.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- poetry.lock | 16 ++++++++-------- pyproject.toml | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5cc8629..df0ccfa 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.1" +version = "1.43.2" description = "The AWS SDK for Python" optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "boto3-1.43.1-py3-none-any.whl", hash = "sha256:3840bf0345b9aefcc5915176a19d227f63cfba7778c65e6e52d61c6ea0a10fdc"}, - {file = "boto3-1.43.1.tar.gz", hash = "sha256:9e4f85a7884797ff0f52c257094730ed228aaa07fa8134775ff8f86909cf4f2a"}, + {file = "boto3-1.43.2-py3-none-any.whl", hash = "sha256:796e859cfb5e93c55276ce746f8020f691eda6b68a0ec4ce4f6fd07a1cca6859"}, + {file = "boto3-1.43.2.tar.gz", hash = "sha256:be951cc22769fbcda73fac523b031ee38db45c3ae2b0d828c76b8f6e8e683073"}, ] [package.dependencies] -botocore = ">=1.43.1,<1.44.0" +botocore = ">=1.43.2,<1.44.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.17.0,<0.18.0" @@ -2032,14 +2032,14 @@ files = [ [[package]] name = "tox" -version = "4.53.0" +version = "4.53.1" description = "tox is a generic virtualenv management and test command line tool" optional = false python-versions = ">=3.10" groups = ["dev"] files = [ - {file = "tox-4.53.0-py3-none-any.whl", hash = "sha256:cc4e716d18c4889aa179d785175c438fa60c35deef20ce689ec288d8fb656096"}, - {file = "tox-4.53.0.tar.gz", hash = "sha256:62c780e42f87d34ee60f2ea20342156253794fdcbd6885fd797d98ee05009f22"}, + {file = "tox-4.53.1-py3-none-any.whl", hash = "sha256:4a9948607e976a337c22d64a1b4fafd486125e82f00ab6ce32fa6cacc23f48b1"}, + {file = "tox-4.53.1.tar.gz", hash = "sha256:7be9805ed4a34242510c7acc9a7e3a01a35942e08f31f8bd69067c3a37130afc"}, ] [package.dependencies] @@ -2185,4 +2185,4 @@ pytest = [] [metadata] lock-version = "2.1" python-versions = ">=3.10,<=4.0" -content-hash = "a9e09fcb464eede020c13edad1c8da567a5262a15f29931d72fe13faf86262cb" +content-hash = "63ca5df931ed542f67ea0e83c2cb04a68dd3498fe19b578cf0119da1b54a0361" diff --git a/pyproject.toml b/pyproject.toml index 054e19e..f1e619d 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.1" +boto3 = "^1.43.2" boto3-stubs = { extras = [ "s3", "ssm", @@ -53,7 +53,7 @@ mypy = "^1.20.2" coverage = "^7.13.5" pytest = "^9.0.2" pytest-asyncio = "^1.1.0" -tox = "^4.52.0" +tox = "^4.53.1" pytest-httpserver = "^1.1.5" ruff = "^0"