From 69fb3044d2a18c91b2c5b8a4d6f947216d6bdaa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 04:52:42 +0000 Subject: [PATCH] build(deps): Update django-environ requirement 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/develop/CHANGELOG.rst) - [Commits](https://github.com/joke2k/django-environ/compare/v0.12.0...v0.13.0) --- updated-dependencies: - dependency-name: django-environ dependency-version: 0.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7580bf2d..b01b575f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dependencies = [ "django-cron>=0.6.0,<0.7.0", # Environment & Configuration - "django-environ>=0.12.0,<0.13.0", + "django-environ>=0.12.0,<0.14.0", "django-heroku>=0.3.1,<0.4.0", # Development & Debugging