Skip to content

Commit ce851a9

Browse files
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](pytest-dev/pytest@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] <support@github.com>
1 parent 3c58536 commit ce851a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Changelog = "https://github.com/aeger/RegiLattice/blob/main/CHANGELOG.md"
4646
regilattice = "regilattice.cli:main"
4747

4848
[project.optional-dependencies]
49-
dev = ["pytest>=8,<9", "pytest-cov>=7,<8", "mypy>=1.5,<2", "ruff>=0.4,<1"]
49+
dev = ["pytest>=8,<10", "pytest-cov>=7,<8", "mypy>=1.5,<2", "ruff>=0.4,<1"]
5050

5151
# ── Tool configuration ──────────────────────────────────────────────────────────
5252

0 commit comments

Comments
 (0)