Skip to content

Commit

Permalink
Update pytest-django requirement from <4,>=3.5 to >=4.8.0,<5
Browse files Browse the repository at this point in the history
Updates the requirements on [pytest-django](https://github.com/pytest-dev/pytest-django) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest-django/releases)
- [Changelog](https://github.com/pytest-dev/pytest-django/blob/master/docs/changelog.rst)
- [Commits](pytest-dev/pytest-django@v3.5.0...v4.8.0)

---
updated-dependencies:
- dependency-name: pytest-django
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 28, 2024
1 parent 9699960 commit f8dfb7c
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 @@ -23,7 +23,7 @@ def run(self):
extras_require = {
'test': [
'pytest>=5.1,<7',
'pytest-django>=3.5,<4',
'pytest-django>=4.8.0,<5',
],
'lint': [
'flake8>=3.7,<5',
Expand Down

0 comments on commit f8dfb7c

Please sign in to comment.