Skip to content

Commit

Permalink
Update django-environ requirement in /templates/project_name
Browse files Browse the repository at this point in the history
Updates the requirements on [django-environ](https://github.com/joke2k/django-environ) to permit the latest version.
- [Release notes](https://github.com/joke2k/django-environ/releases)
- [Changelog](https://github.com/joke2k/django-environ/blob/main/CHANGELOG.rst)
- [Commits](joke2k/django-environ@v0.10.0...v0.11.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 15, 2023
1 parent baf8929 commit a665956
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 @@ -16,7 +16,7 @@ hiredis = "^2.2.3"
redis = "^5.0.1"

Django = "^4.2.2"
django-environ = "^0.10.0"
django-environ = "^0.11.2"
django-model-utils = "^4.3.1"
django-allauth = "^0.54.0"
django-template-partials = "^23.3.post1"
Expand Down

0 comments on commit a665956

Please sign in to comment.