Skip to content

Commit 8311321

Browse files
dependabot[bot]auvipy
authored andcommitted
Update pytest requirement from <10.0,>=6.2.5 to >=8.4.2,<10.0
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.5...8.4.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ecf5bc0 commit 8311321

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pytest-timeout
44

55
# Conditional dependencies
66
pytest>=6.2.5,<8.0; python_version < '3.9' # Python 3.8 only
7-
pytest>=6.2.5,<10.0; python_version >= '3.9' # Python 3.9+ only
7+
pytest>=8.4.2,<10.0; python_version >= '3.9' # Python 3.9+ only
88
pytest-django>=4.5.2,<4.6.0; python_version < '3.9' # Python 3.8 only
99
pytest-django>=4.11.1,<5.0; python_version >= '3.9' # Python 3.9+ only
1010
backports.zoneinfo; python_version < '3.9' # Python 3.8 only

0 commit comments

Comments
 (0)