From cd94167c6c5463c27889b36cdd13ebc532a911e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 11:55:04 +0000 Subject: [PATCH] deps(deps-dev): bump the dev-dependencies group across 1 directory with 5 updates Updates the requirements on [pytest](https://github.com/pytest-dev/pytest), [pytest-cov](https://github.com/pytest-dev/pytest-cov), [pytest-benchmark](https://github.com/ionelmc/pytest-benchmark), [mypy](https://github.com/python/mypy) and [pre-commit](https://github.com/pre-commit/pre-commit) to permit the latest version. Updates `pytest` to 9.0.3 - [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/7.4.0...9.0.3) 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/v4.1.0...v7.1.0) Updates `pytest-benchmark` to 5.2.3 - [Changelog](https://github.com/ionelmc/pytest-benchmark/blob/master/CHANGELOG.rst) - [Commits](https://github.com/ionelmc/pytest-benchmark/compare/v4.0.0...v5.2.3) Updates `mypy` to 2.0.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.7.0...v2.0.0) Updates `pre-commit` to 4.6.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.5.0...v4.6.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: pytest-benchmark dependency-version: 5.2.3 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: mypy dependency-version: 2.0.0 dependency-type: direct:development dependency-group: dev-dependencies - dependency-name: pre-commit dependency-version: 4.6.0 dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 95e341d..e2ea23c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -110,16 +110,16 @@ viz = [ "folium>=0.15.0,<1.0.0", ] test = [ - "pytest>=7.4.0,<9.0.0", - "pytest-cov>=4.1.0,<6.0.0", - "pytest-benchmark>=4.0.0,<5.0.0", + "pytest>=7.4.0,<10.0.0", + "pytest-cov>=4.1.0,<8.0.0", + "pytest-benchmark>=4.0.0,<6.0.0", "hypothesis>=6.92.0,<7.0.0", ] dev = [ "UCID[test]", - "mypy>=1.7.0,<2.0.0", + "mypy>=1.7.0,<3.0.0", "ruff>=0.1.9,<1.0.0", - "pre-commit>=3.5.0,<4.0.0", + "pre-commit>=3.5.0,<5.0.0", ] docs = [ "mkdocs>=1.5.0,<2.0.0",