Skip to content

Commit edc604b

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.5) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bb7f0e7 commit edc604b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bindings/python/constraints.txt

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

44
# pytest
5-
pytest>=5.0,<8.3
5+
pytest>=5.0,<8.4
66
pytest-dependency==0.6.0
77
pytest-html==4.1.1
88
pytest-timeout==2.2.0

0 commit comments

Comments
 (0)