From 7f017243985b77ab3eb915d56a2bfbd1e089448a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 21:51:15 +0000 Subject: [PATCH] Bump the dependencies group with 3 updates Bumps the dependencies group with 3 updates: [boto3](https://github.com/boto/boto3), [aws-cdk-lib](https://github.com/aws/aws-cdk) and [hypothesis](https://github.com/HypothesisWorks/hypothesis). Updates `boto3` from 1.43.55 to 1.43.56 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.43.55...1.43.56) Updates `aws-cdk-lib` from 2.262.0 to 2.262.1 - [Release notes](https://github.com/aws/aws-cdk/releases) - [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md) - [Commits](https://github.com/aws/aws-cdk/compare/v2.262.0...v2.262.1) Updates `hypothesis` from 6.161.1 to 6.161.2 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/v6.161.1...v6.161.2) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.43.56 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: aws-cdk-lib dependency-version: 2.262.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: hypothesis dependency-version: 6.161.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- uv.lock | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 24b397f..4401bff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "pydantic>=2.13.4", "pydantic-settings>=2.14.2", "aws-lambda-powertools>=3.31.1", - "boto3>=1.43.55", + "boto3>=1.43.56", "requests>=2.34.2", ] @@ -20,7 +20,7 @@ init = "scripts.init:main" [dependency-groups] infra = [ - "aws-cdk-lib>=2.262.0", + "aws-cdk-lib>=2.262.1", "constructs>=10.7.1", ] dev = [ @@ -31,7 +31,7 @@ dev = [ "pyright>=1.1.411", "pytest-mock>=3.15.1", "moto>=5.2.1", - "hypothesis>=6.161.1", + "hypothesis>=6.161.2", "click>=8.4.2", ] docs = [ diff --git a/uv.lock b/uv.lock index 1ca16fb..6e6e93f 100644 --- a/uv.lock +++ b/uv.lock @@ -1129,7 +1129,7 @@ infra = [ [package.metadata] requires-dist = [ { name = "aws-lambda-powertools", specifier = ">=3.31.1" }, - { name = "boto3", specifier = ">=1.43.55" }, + { name = "boto3", specifier = ">=1.43.56" }, { name = "pydantic", specifier = ">=2.13.4" }, { name = "pydantic-settings", specifier = ">=2.14.2" }, { name = "requests", specifier = ">=2.34.2" }, @@ -1139,7 +1139,7 @@ requires-dist = [ dev = [ { name = "click", specifier = ">=8.4.2" }, { name = "coverage", specifier = ">=7.15.2" }, - { name = "hypothesis", specifier = ">=6.161.1" }, + { name = "hypothesis", specifier = ">=6.161.2" }, { name = "moto", specifier = ">=5.2.1" }, { name = "pre-commit", specifier = ">=4.6.1" }, { name = "pyright", specifier = ">=1.1.411" }, @@ -1153,7 +1153,7 @@ docs = [ { name = "mkdocstrings", extras = ["python"], specifier = ">=1.0.6" }, ] infra = [ - { name = "aws-cdk-lib", specifier = ">=2.262.0" }, + { name = "aws-cdk-lib", specifier = ">=2.262.1" }, { name = "constructs", specifier = ">=10.7.1" }, ]