From 1a87d22959c7bb2801aa9a0b551e0e55ac3ff836 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 18:53:08 +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.5.0) --- updated-dependencies: - dependency-name: environs dependency-version: 14.5.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 645b9af..ac92fc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ dependencies = [ "aioshutdown>=0.0.4", "av>=13.0.0", "certifi>=2023.0.0", - "environs>=14.1,<14.2", + "environs>=14.1,<14.6", "httpx>=0.28.1", "jinja2>=3.1.0", "librosa>=0.10.2",