Skip to content
This repository was archived by the owner on Jun 17, 2024. It is now read-only.

Commit f8807bd

Browse files
Update pytest requirement from ^7.4.0 to >=7.4,<9.0
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@7.4.0...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e883aca commit f8807bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ numba = ">=0.57.1,<0.59.0"
2020
ipadic = "^1.0.0"
2121

2222
[tool.poetry.group.dev.dependencies]
23-
pytest = "^7.4.0"
23+
pytest = ">=7.4,<9.0"
2424
pytest-cov = "^4.1.0"
2525
pytest-xdist = "^3.3.1"
2626
black = "^23.7.0"

0 commit comments

Comments
 (0)