Skip to content

Commit c06afaf

Browse files
Update pytest-django requirement from <4,>=3.5 to >=3.5,<5
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.5.2) --- updated-dependencies: - dependency-name: pytest-django dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2f1cfd0 commit c06afaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def run(self):
2323
extras_require = {
2424
'test': [
2525
'pytest>=5.1,<7',
26-
'pytest-django>=3.5,<4',
26+
'pytest-django>=3.5,<5',
2727
],
2828
'lint': [
2929
'flake8>=3.7,<5',

0 commit comments

Comments
 (0)