Skip to content

Commit abd24e0

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

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
@@ -130,7 +130,7 @@
130130
setup_requires=PYTEST_RUNNER,
131131
test_suite="tests",
132132
tests_require=[
133-
"pytest >= 6.2, < 7.2",
133+
"pytest >= 6.2, < 7.3",
134134
"mock >= 2.0.0",
135135
"pytest-mock >= 1.10.0",
136136
"pytest-httpserver",

test-requirements.txt

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

0 commit comments

Comments
 (0)