Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 791e668

Browse files
Update pytest requirement from <7.3 to <7.4
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@1.0.0b3...7.3.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 18e5c64 commit 791e668

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
],
5757
"test": [
5858
"coverage==7.2.3",
59-
"pytest<7.3",
59+
"pytest<7.4",
6060
"pytest-cov==4.0.0",
6161
"testfixtures==7.1.0",
6262
"tox==4.4.8",

0 commit comments

Comments
 (0)