From 3bb7a0e4b71084b614c27f1c1d0714b777409fdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 14:03:32 +0000 Subject: [PATCH] build(deps): bump django-environ from 0.13.0 to 0.14.0 in /backend Bumps [django-environ](https://github.com/joke2k/django-environ) from 0.13.0 to 0.14.0. - [Release notes](https://github.com/joke2k/django-environ/releases) - [Changelog](https://github.com/joke2k/django-environ/blob/v0.14.0/CHANGELOG.rst) - [Commits](https://github.com/joke2k/django-environ/compare/v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: django-environ dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 3f781a452..81044b4ff 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,6 +1,6 @@ Django==5.1.15 django-cors-headers==4.9.0 -django-environ==0.13.0 +django-environ==0.14.0 djangorestframework==3.17.1 dockerflow==2026.3.4 drf-yasg==1.21.15