Skip to content

Commit

Permalink
[noissue]: Update pytest requirement from <8 to <9
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@1.0.0b3...8.2.1)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jun 20, 2024
1 parent 1f28641 commit b2a8d13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion functest_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ aiohttp
django
dynaconf
drf-spectacular
pytest<8
pytest<9
pytest-custom_exit_code
pytest-xdist
python-gnupg
Expand Down
2 changes: 1 addition & 1 deletion unittest_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Unit test requirements
mock
aiotools
pytest<8
pytest<9
pytest-django
pytest-asyncio
pytest-redis<3.1.0 # https://github.com/ClearcodeHQ/pytest-redis/issues/679

0 comments on commit b2a8d13

Please sign in to comment.