Skip to content

Commit 8fd2db8

Browse files
Update pytest requirement in /src/bindings/python
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@5.0.0...8.3.1) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 157041e commit 8fd2db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/bindings/python/constraints.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
numpy>=1.16.6,<1.27 # Python bindings, frontends
33

44
# pytest
5-
pytest>=5.0,<7.5
5+
pytest>=5.0,<8.4
66
pytest-dependency==0.5.1
77
pytest-html==3.2.0
88
pytest-timeout==2.1.0

0 commit comments

Comments
 (0)