Skip to content

Commit

Permalink
Update pytest requirement from <8,>=7.0.1 to >=7.0.1,<9 (#1472)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 5, 2024
1 parent 4b9f764 commit 179290e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/testing.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pip install -r requirements/testing.txt
aiohttp<4 # used for a WebSocket server mock
pytest>=7.0.1,<8
pytest>=7.0.1,<9
pytest-asyncio<1 # for async
pytest-cov>=2,<5
# while flake8 5.x have issues with Python 3.12, flake8 6.x requires Python >= 3.8.1,
Expand Down

0 comments on commit 179290e

Please sign in to comment.