Skip to content

Commit ef01363

Browse files
[Dependabot]: Update pytest requirement from ~=8.4 to ~=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@8.4.0...9.0.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 34391f4 commit ef01363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Coverage ~= 7.11
55

66
# Test Runner
7-
pytest ~= 8.4
7+
pytest ~= 9.0
88
pytest-cov ~= 7.0
99

1010
# Static Type Checking

0 commit comments

Comments
 (0)