Skip to content

Commit 0a7d6e2

Browse files
[deps] Update djangorestframework requirement from <3.15.2,>=3.14 to >=3.14,<3.16.1
Updates the requirements on [djangorestframework](https://github.com/encode/django-rest-framework) to permit the latest version. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](encode/django-rest-framework@3.14.0...3.16.0) updated-dependencies: - dependency-name: djangorestframework dependency-version: 3.16.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Federico Capoano <f.capoano@openwisp.io>
1 parent f5aa042 commit 0a7d6e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
'docstrfmt~=1.8.0',
4343
],
4444
'rest': [
45-
'djangorestframework>=3.14,<3.15.2',
45+
'djangorestframework>=3.14,<3.17',
4646
'django-filter~=23.2', # django-filter uses CalVer
4747
'drf-yasg~=1.21.7',
4848
],

0 commit comments

Comments
 (0)