Skip to content

Commit

Permalink
Update pytest requirement from <8.2,>=6.2.5 to >=6.2.5,<8.4 (#1116)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Aug 2, 2024
1 parent e64be38 commit 8f6f69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/testing_without_asyncio.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# pip install -r requirements/testing_without_asyncio.txt
pytest>=6.2.5,<8.2 # https://github.com/tornadoweb/tornado/issues/3375
pytest>=6.2.5,<8.4 # https://github.com/tornadoweb/tornado/issues/3375
pytest-cov>=3,<6
black==22.8.0 # Until we drop Python 3.6 support, we have to stay with this version

0 comments on commit 8f6f69d

Please sign in to comment.