Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Update pytest requirement from <5.4 to <6.3
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...6.2.2)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 16, 2021
1 parent 30d5f3d commit 0bebdca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
'jsonschema==3.0.2', 'gunicorn'
],
extras_require={
'test': ['coverage', 'pytest<5.4', 'pytest-cov',
'test': ['coverage', 'pytest<6.3', 'pytest-cov',
'coveralls', 'testfixtures', 'tox',
'flake8', 'flake8-docstrings', 'asynctest', 'aioresponses'],
'docs': [
Expand Down

0 comments on commit 0bebdca

Please sign in to comment.