Skip to content

Commit 7cef4dd

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
setup_requires=PYTEST_RUNNER,
130130
test_suite="tests",
131131
tests_require=[
132-
"pytest >= 6.2, < 6.3",
132+
"pytest >= 6.2, < 7.1",
133133
"mock >= 2.0.0",
134134
"pytest-mock >= 1.10.0",
135135
"arcp >= 0.2.0",

Diff for: test-requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pytest >= 6.2, < 6.3
1+
pytest >= 6.2, < 7.1
22
pytest-xdist
33
mock >= 2.0.0
44
pytest-mock >= 1.10.0

0 commit comments

Comments
 (0)