Skip to content

Commit ebbbd41

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

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

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pytest >= 6.2, < 7.1
1+
pytest >= 6.2, < 7.2
22
pytest-xdist
33
mock >= 2.0.0
44
pytest-mock >= 1.10.0

0 commit comments

Comments
 (0)