From 538d131993ae4c68e849c01bf1771384efc3ff4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 05:06:28 +0000 Subject: [PATCH] Bump the pip-deps group with 4 updates Bumps the pip-deps group with 4 updates: [boto3](https://github.com/boto/boto3), [cryptography](https://github.com/pyca/cryptography), [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) and [ruff](https://github.com/astral-sh/ruff). Updates `boto3` from 1.40.16 to 1.40.25 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.40.16...1.40.25) Updates `cryptography` from 45.0.6 to 45.0.7 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/45.0.6...45.0.7) Updates `cfn-lint` from 1.39.0 to 1.39.1 - [Release notes](https://github.com/aws-cloudformation/cfn-lint/releases) - [Changelog](https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md) - [Commits](https://github.com/aws-cloudformation/cfn-lint/compare/v1.39.0...v1.39.1) Updates `ruff` from 0.12.10 to 0.12.12 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.12.10...0.12.12) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.40.25 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: cryptography dependency-version: 45.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: cfn-lint dependency-version: 1.39.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: ruff dependency-version: 0.12.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps ... Signed-off-by: dependabot[bot] --- requirements-all.txt | 4 ++-- requirements-door-binary.txt | 2 +- requirements-door.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-all.txt b/requirements-all.txt index a0dd4e1..89af46f 100644 --- a/requirements-all.txt +++ b/requirements-all.txt @@ -1,5 +1,5 @@ -r requirements-door.txt -r requirements-door-binary.txt -cfn-lint==1.39.0 -ruff==0.12.10 +cfn-lint==1.39.1 +ruff==0.12.12 mypy==1.17.1 diff --git a/requirements-door-binary.txt b/requirements-door-binary.txt index 1c9c820..8c74241 100644 --- a/requirements-door-binary.txt +++ b/requirements-door-binary.txt @@ -1 +1 @@ -cryptography==45.0.6 +cryptography==45.0.7 diff --git a/requirements-door.txt b/requirements-door.txt index f792aa0..86dade0 100644 --- a/requirements-door.txt +++ b/requirements-door.txt @@ -1,4 +1,4 @@ -boto3==1.40.16 +boto3==1.40.25 Flask==3.1.2 Flask-Cors==6.0.1 rsa==4.9.1