Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
build(deps): update django requirement in /templates/project_name
Browse files Browse the repository at this point in the history
Updates the requirements on [django](https://github.com/django/django) to permit the latest version.
- [Commits](django/django@4.2.2...5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent 8f79e99 commit 5a30cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/project_name/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ argon2-cffi = "^23.1.0"
hiredis = "^2.2.3"
redis = "^5.0.1"

Django = "^4.2.2"
Django = "^5.0"
django-environ = "^0.11.2"
django-model-utils = "^4.3.1"
django-allauth = "^0.58.2"
Expand Down

0 comments on commit 5a30cca

Please sign in to comment.