From 4eb73a285c849ebada8799a77ded87d77c6d83b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 05:51:54 +0000 Subject: [PATCH] Bump the python-dependencies-dev group across 1 directory with 5 updates Bumps the python-dependencies-dev group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [build](https://github.com/pypa/build) | `1.4.0` | `1.4.2` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `7.0.0` | `7.1.0` | | [mypy](https://github.com/python/mypy) | `1.19.1` | `1.20.0` | | [invoke](https://github.com/pyinvoke/invoke) | `2.2.1` | `3.0.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.14.11` | `0.15.9` | Updates `build` from 1.4.0 to 1.4.2 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/build/compare/1.4.0...1.4.2) Updates `pytest-cov` from 7.0.0 to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v7.0.0...v7.1.0) Updates `mypy` from 1.19.1 to 1.20.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.19.1...v1.20.0) Updates `invoke` from 2.2.1 to 3.0.0 - [Commits](https://github.com/pyinvoke/invoke/compare/2.2.1...3.0.0) Updates `ruff` from 0.14.11 to 0.15.9 - [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.11...0.15.9) --- updated-dependencies: - dependency-name: build dependency-version: 1.4.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-dependencies-dev - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies-dev - dependency-name: mypy dependency-version: 1.20.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies-dev - dependency-name: invoke dependency-version: 3.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-dependencies-dev - dependency-name: ruff dependency-version: 0.15.9 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies-dev ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-dev.txt | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c4c43425c..0aef52b5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -110,7 +110,7 @@ testing = [ dev = [ "mypy~=1.0", "pre-commit>=3,<5", - "invoke~=2.0", + "invoke>=2,<4", "types-requests", "types-pyyaml", "ruff~=0.1", diff --git a/requirements-dev.txt b/requirements-dev.txt index 920051668..0e4e66817 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,11 +1,11 @@ -build==1.4.0 -invoke==2.2.1 +build==1.4.2 +invoke==3.0.0 jsondiff==2.2.1 -mypy==1.19.1 +mypy==1.20.0 pre-commit==4.5.1 pytest==9.0.2 pytest-asyncio==1.3.0 -pytest-cov==7.0.0 -ruff==0.14.11 +pytest-cov==7.1.0 +ruff==0.15.9 types-pyyaml types-requests