Skip to content

Commit cde58b3

Browse files
[deps] Update djangorestframework>=3.14,<3.16
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.15.2) --- updated-dependencies: - dependency-name: djangorestframework dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 69428bd commit cde58b3

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
@@ -58,7 +58,7 @@
5858
'docstrfmt~=1.8.0',
5959
],
6060
'rest': [
61-
'djangorestframework~=3.14.0',
61+
'djangorestframework>=3.14,<3.16',
6262
'django-filter~=23.2', # django-filter uses CalVer
6363
'drf-yasg~=1.21.7',
6464
],

0 commit comments

Comments
 (0)