From 7d0d3fcf02c2b1814b63f773c07324514ead3349 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:39:56 +0000 Subject: [PATCH] Upgrade: [dependabot] - bump boto3 from 1.40.41 to 1.40.42 Bumps [boto3](https://github.com/boto/boto3) from 1.40.41 to 1.40.42. - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.40.41...1.40.42) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.40.42 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 16 ++++++++-------- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index d58d2f4e..afaf4790 100644 --- a/poetry.lock +++ b/poetry.lock @@ -106,18 +106,18 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "boto3" -version = "1.40.41" +version = "1.40.42" description = "The AWS SDK for Python" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "boto3-1.40.41-py3-none-any.whl", hash = "sha256:02eac942aaa9f3a1c8a11f77e6f971b41c125973888f80f3eb177c2f21ad7a01"}, - {file = "boto3-1.40.41.tar.gz", hash = "sha256:2ea2463fc42812f3cab66b53114579b1f4b9a378ee48921d4385511a94307b24"}, + {file = "boto3-1.40.42-py3-none-any.whl", hash = "sha256:71ea8ca488e8b0d0a16b1b32816f8bab9aa66757c4122caf137ae2dbc95d7001"}, + {file = "boto3-1.40.42.tar.gz", hash = "sha256:dbd8afc41f0cc759d0115c673e50bd1395b992a5c14627b56163cf35b86673c6"}, ] [package.dependencies] -botocore = ">=1.40.41,<1.41.0" +botocore = ">=1.40.42,<1.41.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.14.0,<0.15.0" @@ -126,14 +126,14 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.40.41" +version = "1.40.42" description = "Low-level, data-driven core of boto 3." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "botocore-1.40.41-py3-none-any.whl", hash = "sha256:8246bf73a2e20647cf1d4dae1e9a7c40f97f38a34a6a1fbfd49aa6b3dce5ffaa"}, - {file = "botocore-1.40.41.tar.gz", hash = "sha256:320873c6a34bfd64fb9bbc55e8ac38e7904a574cfc634d1f0f66b1490c62b89d"}, + {file = "botocore-1.40.42-py3-none-any.whl", hash = "sha256:2682a4120be21234036003a806206b6b3963ba53a495d0a57d40d67fce4497a9"}, + {file = "botocore-1.40.42.tar.gz", hash = "sha256:41bea751685fb2a51b4fc6be329a0cd0a285dbeb0686a21099e87ef146664bc0"}, ] [package.dependencies] @@ -1860,4 +1860,4 @@ test = ["pytest (>=3.0.0)"] [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "71ffe4e7151db2482921f894cdba94f8b560b9c77e6088cd8417b86b3893d218" +content-hash = "88d4cd6d1847b7acb95ee496fa24c02130c6063a632182ea4f75b68d98bb8054" diff --git a/pyproject.toml b/pyproject.toml index 7dc37719..1a0515b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ jsonschema = "^4.25.0" pip-licenses = "^5.0.0" requests-oauthlib = "^2.0.0" pre-commit = "^4.2.0" -boto3 = "^1.40.41" +boto3 = "^1.40.42" faker = "^37.5.3" pyright = "^1.1.405" pyflakes = "^3.4.0"