From a41c37858e97729e7500f5e89061f058fe297b0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 18:27:06 +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...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 9ad7d2b..a7667c5 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,<15.1", "httpx>=0.28.1", "jinja2>=3.1.0", "librosa>=0.10.2",