From 341c1d6adc5ba81abe8d3c1d97395b961546c645 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 01:16:13 +0000 Subject: [PATCH] poetry: bump boto3 from 1.34.67 to 1.35.90 Bumps [boto3](https://github.com/boto/boto3) from 1.34.67 to 1.35.90. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.34.67...1.35.90) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 20 ++++++++++---------- pyproject.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/poetry.lock b/poetry.lock index b41e5d956..77297be8e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "allure-behave" @@ -179,17 +179,17 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "boto3" -version = "1.34.67" +version = "1.35.90" description = "The AWS SDK for Python" optional = false python-versions = ">=3.8" files = [ - {file = "boto3-1.34.67-py3-none-any.whl", hash = "sha256:473febdf2606cf36f14c470dc3ff1b986efac15f69e37eb0fd728d42749065dd"}, - {file = "boto3-1.34.67.tar.gz", hash = "sha256:950161d438ae1bf31374f04175e5f2624a5de8109674ff80f4de5d962313072a"}, + {file = "boto3-1.35.90-py3-none-any.whl", hash = "sha256:b0874233057995a8f0c813f5b45a36c09630e74c43d7a7c64db2feef2915d493"}, + {file = "boto3-1.35.90.tar.gz", hash = "sha256:dc56caaaab2157a4bfc109c88b50cd032f3ac66c06d17f8ee335b798eaf53e5c"}, ] [package.dependencies] -botocore = ">=1.34.67,<1.35.0" +botocore = ">=1.35.90,<1.36.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.10.0,<0.11.0" @@ -603,13 +603,13 @@ xray = ["mypy-boto3-xray (>=1.34.0,<1.35.0)"] [[package]] name = "botocore" -version = "1.34.67" +version = "1.35.90" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.8" files = [ - {file = "botocore-1.34.67-py3-none-any.whl", hash = "sha256:56002d7c046ec134811dd079469692ab82919c9840ea4e1c1c373a1d228e37ae"}, - {file = "botocore-1.34.67.tar.gz", hash = "sha256:fc094c055a6ac151820a4d8e28f7b30d03e02695ce180527520a5e219b14e8a1"}, + {file = "botocore-1.35.90-py3-none-any.whl", hash = "sha256:51dcbe1b32e2ac43dac17091f401a00ce5939f76afe999081802009cce1e92e4"}, + {file = "botocore-1.35.90.tar.gz", hash = "sha256:f007f58e8e3c1ad0412a6ddfae40ed92a7bca571c068cb959902bcf107f2ae48"}, ] [package.dependencies] @@ -618,7 +618,7 @@ python-dateutil = ">=2.1,<3.0.0" urllib3 = {version = ">=1.25.4,<2.2.0 || >2.2.0,<3", markers = "python_version >= \"3.10\""} [package.extras] -crt = ["awscrt (==0.19.19)"] +crt = ["awscrt (==0.22.0)"] [[package]] name = "botocore-stubs" @@ -2634,4 +2634,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "baf3994ae4e408530e864c1cb2b5bf4856c994134712a088046bb0155a681b19" +content-hash = "b8b385c85a08e71655623fd2e95d427bdaa88fc965d6ad1280a2d1428ad6c8a3" diff --git a/pyproject.toml b/pyproject.toml index 3bd2b2fe1..c6cc2ab80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ nrlf-converter = {url = "https://github.com/NHSDigital/nrlf-converter/releases/d pytest = "^8.1.1" pytest-mock = "^3.12.0" pytest-cov = "^5.0.0" -boto3 = "^1.34.60" +boto3 = "^1.35.90" sh = "^2.0.6" moto = {extras = ["dynamodb", "s3"], version = "^5.0.5"} behave = "^1.2.6"