Skip to content

Commit

Permalink
Update django-extensions requirement from <=3.1.99 to <3.2.2
Browse files Browse the repository at this point in the history
Updates the requirements on [django-extensions](https://github.com/django-extensions/django-extensions) to permit the latest version.
- [Release notes](https://github.com/django-extensions/django-extensions/releases)
- [Changelog](https://github.com/django-extensions/django-extensions/blob/main/CHANGELOG.md)
- [Commits](django-extensions/django-extensions@0.4...3.2.1)

---
updated-dependencies:
- dependency-name: django-extensions
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 19, 2022
1 parent b4378b2 commit 8693cb7
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,5 +1,5 @@
Django<=3.1.99
django-extensions<=3.1.99
django-extensions<3.2.2
djangorestframework<=3.11.99
djoser<=5.0.99
geopy<=2.2.99
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pandas
psycopg2-binary
Django<=3.1.99
django-extensions<=3.1.99
django-extensions<3.2.2
djangorestframework<=3.11.99
djoser<=5.0.99
geopy<=2.2.99
Expand Down

0 comments on commit 8693cb7

Please sign in to comment.