Skip to content

Commit

Permalink
[noissue]: Update djangorestframework requirement
Browse files Browse the repository at this point in the history
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.1)

---
updated-dependencies:
- dependency-name: djangorestframework
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and ggainey committed Mar 26, 2024
1 parent 37a3c86 commit 098b590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ django-filter>=23.1,<=24.1
django-guid>=3.3,<=3.4.0
django-import-export>=2.9,<3.4.0
django-lifecycle>=1.0,<=1.1.2
djangorestframework>=3.14.0,<=3.15.0
djangorestframework>=3.14.0,<=3.15.1
djangorestframework-queryfields>=1.0,<=1.1.0
drf-access-policy>=1.1.2,<1.5.1
drf-nested-routers>=0.93.4,<=0.93.5
Expand Down

0 comments on commit 098b590

Please sign in to comment.