From e2c9a2affe23a040fd0c603ee263ecfd26b0bf7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 20:15:15 +0000 Subject: [PATCH] build(deps): update environs requirement 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/14.1.0...14.6.0) --- updated-dependencies: - dependency-name: environs dependency-version: 14.6.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 9ad7d2b..83607b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "aioshutdown>=0.0.4", "av>=16", "certifi>=2023.0.0", - "environs>=14.1,<14.6", + "environs>=14.1,<14.7", "httpx>=0.28.1", "jinja2>=3.1.0", "librosa>=0.10.2",