Skip to content

Commit 940bd3c

Browse files
build(deps-dev): update pytest requirement (#130)
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.4.4...9.0.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: davidgrayston-paddle <david.grayston@paddle.com>
1 parent b07e081 commit 940bd3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
],
2626
extras_require={
2727
"dev": [
28-
"pytest>=7.4.4,<8.5.0",
28+
"pytest>=7.4.4,<9.1.0",
2929
"pytest-cov>=4.1,<7.1",
3030
"requests-mock~=1.11.0",
3131
"setuptools>=69.0.3",

0 commit comments

Comments
 (0)