Skip to content

Commit

Permalink
Update djangorestframework requirement from <=3.11.99 to <3.14.1
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@0.1...3.14.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 19, 2022
1 parent b4378b2 commit bd7a85d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mobilidade_rio/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Django<=3.1.99
django-extensions<=3.1.99
djangorestframework<=3.11.99
djangorestframework<3.14.1
djoser<=5.0.99
geopy<=2.2.99
gunicorn<=20.1.99
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pandas
psycopg2-binary
Django<=3.1.99
django-extensions<=3.1.99
djangorestframework<=3.11.99
djangorestframework<3.14.1
djoser<=5.0.99
geopy<=2.2.99
gunicorn<=20.1.99
Expand Down

0 comments on commit bd7a85d

Please sign in to comment.