Skip to content

Commit 10fa0f6

Browse files
chore(deps)(deps-dev): update pytest requirement in the dev-tools group
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-tools ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 40ecd82 commit 10fa0f6

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
@@ -47,7 +47,7 @@ regilattice = "regilattice.cli:main"
4747

4848
[project.optional-dependencies]
4949
dev = [
50-
"pytest>=8,<9",
50+
"pytest>=8,<10",
5151
"pytest-cov>=7,<8",
5252
"pytest-mock>=3.14,<4",
5353
"hypothesis>=6.100,<7",

0 commit comments

Comments
 (0)