From 28ee5e32cc45ecd4cd54528fcc495a5371003dae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 13:21:19 +0000 Subject: [PATCH] build(deps-dev): bump the python-dependencies group with 3 updates Updates the requirements on [pytest](https://github.com/pytest-dev/pytest), [pytest-cov](https://github.com/pytest-dev/pytest-cov) and [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) to permit the latest version. Updates `pytest` to 9.0.2 - [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/8.4.2...9.0.2) Updates `pytest-cov` to 7.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-cov/compare/v6.3.0...v7.0.0) Updates `mkdocstrings[python]` to 1.0.3 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/mkdocstrings/compare/0.30.1...1.0.3) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: mkdocstrings[python] dependency-version: 1.0.3 dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ad503bf..fb431b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,11 +15,11 @@ dev = [ "mypy>=1.19.1,<2", "ruff>=0.15.6,<0.16", "tox>=4.50.1,<5", - "pytest>=8.4.2,<9", - "pytest-cov>=6.3.0,<7", + "pytest>=8.4.2,<10", + "pytest-cov>=6.3.0,<8", "mkdocs>=1.6.1,<2", "mkdocs-material>=9.6.20,<10", - "mkdocstrings[python]>=0.30.1,<0.31", + "mkdocstrings[python]>=0.30.1,<1.1", ] [build-system]