From 5b51faf6b44322bfa512ac00a1eb8f73280b9986 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 15:03:29 +0000 Subject: [PATCH] build(deps): bump django-environ from 0.12.0 to 0.12.1 in /backend Bumps [django-environ](https://github.com/joke2k/django-environ) from 0.12.0 to 0.12.1. - [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.12.0...v0.12.1) --- updated-dependencies: - dependency-name: django-environ dependency-version: 0.12.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 465203c07..6e60b9941 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.12.0 +django-environ==0.12.1 djangorestframework==3.16.1 dockerflow==2026.1.26 drf-yasg==1.21.11