From ce851a925e4a755bfe0da2f39277ea8c8e3a8a36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 18:05:43 +0000 Subject: [PATCH] chore(deps)(deps-dev): update pytest requirement Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) 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.0.0...9.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6aa432bd..a1c1d51c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ Changelog = "https://github.com/aeger/RegiLattice/blob/main/CHANGELOG.md" regilattice = "regilattice.cli:main" [project.optional-dependencies] -dev = ["pytest>=8,<9", "pytest-cov>=7,<8", "mypy>=1.5,<2", "ruff>=0.4,<1"] +dev = ["pytest>=8,<10", "pytest-cov>=7,<8", "mypy>=1.5,<2", "ruff>=0.4,<1"] # ── Tool configuration ──────────────────────────────────────────────────────────