Skip to content

Commit 71217a8

Browse files
dependabot[bot]mr-c
authored andcommitted
Update pytest requirement from <7.3.0 to <7.4.0
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:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0338df6 commit 71217a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@
5555
],
5656
zip_safe=True,
5757
setup_requires=PYTEST_RUNNER,
58-
tests_require=["pytest < 7.3.0"],
58+
tests_require=["pytest < 7.4.0"],
5959
test_suite="tests",
6060
)

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pytest < 7.3.0
1+
pytest < 7.4.0
22
pytest-runner
33
pytest-cov
44
pytest-xdist

0 commit comments

Comments
 (0)