Skip to content

Commit 351b867

Browse files
Update pytest requirement from <9,>=7 to >=7,<10 in /tests
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.0.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 c36559a commit 351b867

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
@@ -1,4 +1,4 @@
1-
pytest>=7,<9
1+
pytest>=7,<10
22
pytest-asyncio-cooperative>=0.37.0,<0.41
33
numpy>=1,<3
44
scipy>=1,<2

0 commit comments

Comments
 (0)