Skip to content

Commit 0da00f9

Browse files
Update pytest requirement from <9,>=8 to >=8,<10
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@8.0.0...9.0.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4f05601 commit 0da00f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
ruff>=0.7,<1
33
bandit>=1.7,<2
44
pip-audit>=2,<3
5-
pytest>=8,<9
5+
pytest>=8,<10
66
openpyxl>=3,<4

0 commit comments

Comments
 (0)