Skip to content

Commit 0fb96db

Browse files
dependabot[bot]mr-c
authored andcommitted
Update pytest requirement from <7.3,>=6.2 to >=6.2,<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@6.2.0...7.3.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 40c338c commit 0fb96db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
setup_requires=PYTEST_RUNNER,
132132
test_suite="tests",
133133
tests_require=[
134-
"pytest >= 6.2, < 7.3",
134+
"pytest >= 6.2, < 7.4",
135135
"mock >= 2.0.0",
136136
"pytest-mock >= 1.10.0",
137137
"pytest-httpserver",

test-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pytest >= 6.2, < 7.3
1+
pytest >= 6.2, < 7.4
22
pytest-xdist
33
pytest-httpserver
44
mock >= 2.0.0

0 commit comments

Comments
 (0)