From 39e1c2744d1ef0496fdc41c512ea9bb8132a3f83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 08:23:05 +0000 Subject: [PATCH] [UPDATE] Update environs requirement from <16,>=6.0.5 to >=15.0.1,<16 Updates the requirements on [environs](https://github.com/sloria/environs) to permit the latest version. - [Changelog](https://github.com/sloria/environs/blob/main/CHANGELOG.md) - [Commits](https://github.com/sloria/environs/compare/6.1.0...15.0.1) --- updated-dependencies: - dependency-name: environs dependency-version: 15.0.1 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 1de1f297..c5a6023d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ "pydantic-extra-types>=2.11.1,<3.0.0", "ical>=12.0.0,<14.0.0", "redis[hiredis]>=3.4.0,<8.0.0", - "environs[django]>=6.0.5,<16", + "environs[django]>=15.0.1,<16", "requests>=2.34.2,<3.0.0", "honcho>=2.0.0", "psutil>=7.2.2,<8.0.0",