Skip to content

Commit 21fdf06

Browse files
authored
pytest versions update (#8745)
* pytest versions update * pytest>=7.0.0,<8.0 * pytest>=7.2.0,<8.0 * pytest>=6.2.0,<8.0
1 parent df60510 commit 21fdf06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirements/requirements-testing.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Pytest for running the tests.
2-
pytest>=6.1,<7.0
3-
pytest-cov>=2.10.1,<3.0
4-
pytest-django>=4.1.0,<5.0
2+
pytest>=6.2.0,<8.0
3+
pytest-cov>=4.0.0,<5.0
4+
pytest-django>=4.5.2,<5.0
55
importlib-metadata<5.0

0 commit comments

Comments
 (0)