From 958e277435341f130fcf131a7987ed47c49633de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 19:15:37 +0000 Subject: [PATCH] Bump environs[django] from 14.2.0 to 14.6.0 Bumps [environs[django]](https://github.com/sloria/environs) from 14.2.0 to 14.6.0. - [Changelog](https://github.com/sloria/environs/blob/main/CHANGELOG.md) - [Commits](https://github.com/sloria/environs/compare/14.2.0...14.6.0) --- updated-dependencies: - dependency-name: environs[django] dependency-version: 14.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 199e667..847f1af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "django-oauth-toolkit==3.2.0", "django-polymorphic==4.11.1", "django-taggit==6.1.0", - "environs[django]==14.2.0", + "environs[django]==14.6.0", "fontawesomefree==6.6.0", "orjson==3.11.7", "psycopg2-binary==2.9.10",