Skip to content

Commit 8f6f69d

Browse files
Update pytest requirement from <8.2,>=6.2.5 to >=6.2.5,<8.4 (#1116)
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.3.2) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e64be38 commit 8f6f69d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# pip install -r requirements/testing_without_asyncio.txt
2-
pytest>=6.2.5,<8.2 # https://github.com/tornadoweb/tornado/issues/3375
2+
pytest>=6.2.5,<8.4 # https://github.com/tornadoweb/tornado/issues/3375
33
pytest-cov>=3,<6
44
black==22.8.0 # Until we drop Python 3.6 support, we have to stay with this version

0 commit comments

Comments
 (0)