From a059ec46758f79fe20ac7b1dbb80dbb755e7e9e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 05:10:48 +0000 Subject: [PATCH] build(deps-dev): bump the python-development group with 2 updates Updates the requirements on [mypy](https://github.com/python/mypy) and [pytest-cov](https://github.com/pytest-dev/pytest-cov) to permit the latest version. Updates `mypy` to 2.3.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.17.0...v2.3.1) Updates `pytest-cov` 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/v6.2.0...v7.1.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:development dependency-group: python-development - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development dependency-group: python-development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4f7bad4..839b072 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,10 +26,10 @@ dependencies = ["PyYAML>=6.0.2,<7"] [project.optional-dependencies] dev = [ "build>=1.3,<2", - "mypy>=1.17,<2", + "mypy>=1.17,<3", "pip-audit>=2.9,<3", "pytest>=9.0.3,<10", - "pytest-cov>=6.2,<7", + "pytest-cov>=6.2,<8", "ruff>=0.12,<1", "types-PyYAML>=6.0.12.20250516", ]