From 0ad5df289f1903709679193d7ed64cd01048ada9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 12:48:21 +0000 Subject: [PATCH] Bump the pip-deps group across 1 directory with 5 updates Bumps the pip-deps group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [boto3](https://github.com/boto/boto3) | `1.40.69` | `1.42.0` | | [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) | `1.40.4` | `1.42.0` | | [mypy](https://github.com/python/mypy) | `1.18.2` | `1.19.0` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.0` | `9.0.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.14.4` | `0.14.7` | Updates `boto3` from 1.40.69 to 1.42.0 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.40.69...1.42.0) Updates `cfn-lint` from 1.40.4 to 1.42.0 - [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.40.4...v1.42.0) Updates `mypy` from 1.18.2 to 1.19.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.18.2...v1.19.0) Updates `pytest` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/9.0.0...9.0.1) Updates `ruff` from 0.14.4 to 0.14.7 - [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.14.4...0.14.7) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.42.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: cfn-lint dependency-version: 1.42.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: mypy dependency-version: 1.19.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: ruff dependency-version: 0.14.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6c991bc..2146ef2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,17 +14,17 @@ readme = "README.md" requires-python = "==3.13.*" dependencies = [ 'requests==2.32.5', - 'boto3==1.40.69', + 'boto3==1.42.0', ] [project.optional-dependencies] develop = [ - 'cfn-lint==1.40.4', - 'mypy==1.18.2', - 'pytest==9.0.0', + 'cfn-lint==1.42.0', + 'mypy==1.19.0', + 'pytest==9.0.1', 'pytest-env==1.2.0', 'responses==0.25.8', - 'ruff==0.14.4', + 'ruff==0.14.7', 'setuptools_scm>=8', 'types-requests', 'types-PySocks',