Skip to content

Commit 62f1d28

Browse files
Update pytest requirement from <8.0.0,>=7.1.3 to >=7.1.3,<9.0.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.1.3...8.1.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8abae81 commit 62f1d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
autoflake
22
mypy == 1.9.0
3-
pytest >= 7.1.3,<8.0.0
3+
pytest >= 7.1.3,< 9.0.0
44
pytest-asyncio
55
pytest-cov >= 2.12.0,< 6.0.0
66
ruff ==0.3.4

0 commit comments

Comments
 (0)