Skip to content

Commit 145fb4f

Browse files
Update pytest requirement from <7.5,>=6.2 to >=6.2,<8.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...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cb3706c commit 145fb4f

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
@@ -129,7 +129,7 @@
129129
test_suite="tests",
130130
tests_require=[
131131
"bagit >= 1.6.4, < 1.9",
132-
"pytest >= 6.2, < 7.5",
132+
"pytest >= 6.2, < 8.1",
133133
"mock >= 2.0.0",
134134
"pytest-mock >= 1.10.0",
135135
"pytest-httpserver",

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
bagit>=1.6.4,<1.9
2-
pytest>=6.2,< 7.5
2+
pytest>= 6.2,< 8.1
33
pytest-xdist
44
pytest-httpserver
55
mock>=2.0.0

0 commit comments

Comments
 (0)