Skip to content

Commit 15a4f64

Browse files
dependabot[bot]mr-c
authored andcommitted
Update pytest requirement from <7.4,>=6.2 to >=6.2,<7.5
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.4.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9e1eb1d commit 15a4f64

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
@@ -139,7 +139,7 @@
139139
test_suite="tests",
140140
tests_require=[
141141
"bagit >= 1.6.4, < 1.9",
142-
"pytest >= 6.2, < 7.4",
142+
"pytest >= 6.2, < 7.5",
143143
"mock >= 2.0.0",
144144
"pytest-mock >= 1.10.0",
145145
"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.4
2+
pytest >= 6.2, < 7.5
33
pytest-xdist
44
pytest-httpserver
55
mock >= 2.0.0

0 commit comments

Comments
 (0)