From 7932e1953edea941909e69ca335f03f8585a120f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:54:49 +0000 Subject: [PATCH] Bump django-environ from 0.11.2 to 0.12.0 Bumps [django-environ](https://github.com/joke2k/django-environ) from 0.11.2 to 0.12.0. - [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/commits) --- updated-dependencies: - dependency-name: django-environ dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2c45822..1ec2555 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,6 @@ psycopg2-binary pytz==2024.2 tzdata==2024.2 Django==5.* -django-environ==0.11.2 +django-environ==0.12.0 django-webpack-loader==3.1.1 django-admin-interface