From 5849df3ab3f295843a61f8e54a7ec315ee0c4da1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 17:34:58 +0000 Subject: [PATCH] Bump the python-updates group with 3 updates Bumps the python-updates group with 3 updates: [aws-cdk-lib](https://github.com/aws/aws-cdk), [boto3](https://github.com/boto/boto3) and [moto](https://github.com/getmoto/moto). Updates `aws-cdk-lib` from 2.234.1 to 2.235.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.234.1...v2.235.1) Updates `boto3` from 1.42.25 to 1.42.30 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.42.25...1.42.30) Updates `moto` from 5.1.19 to 5.1.20 - [Release notes](https://github.com/getmoto/moto/releases) - [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md) - [Commits](https://github.com/getmoto/moto/compare/5.1.19...5.1.20) --- updated-dependencies: - dependency-name: aws-cdk-lib dependency-version: 2.235.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-updates - dependency-name: boto3 dependency-version: 1.42.30 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-updates - dependency-name: moto dependency-version: 5.1.20 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-updates ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index b502993..8e4c768 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ pytest==9.0.2 pylint===4.0.4 -moto==5.1.19 +moto==5.1.20 tox==4.34.1 diff --git a/requirements.txt b/requirements.txt index a43866c..c1aa5ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -aws-cdk-lib==2.234.1 -boto3==1.42.25 +aws-cdk-lib==2.235.1 +boto3==1.42.30 cdk-nag==2.37.55 constructs>=10.0.0,<11.0.0 GitPython==3.1.46