From a665956bc3b7fdfe0505c84b147dd61fd43c1895 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 15:08:56 +0000 Subject: [PATCH] Update django-environ requirement in /templates/project_name 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](https://github.com/joke2k/django-environ/compare/v0.10.0...v0.11.2) --- updated-dependencies: - dependency-name: django-environ dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- templates/project_name/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/project_name/pyproject.toml b/templates/project_name/pyproject.toml index e5d578bf..28a02153 100644 --- a/templates/project_name/pyproject.toml +++ b/templates/project_name/pyproject.toml @@ -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"