From 2e87dc3f2f1652307f83c62f31cfdc57e1221f56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 21:34:43 +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.3.0) --- updated-dependencies: - dependency-name: environs dependency-version: 14.3.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 ea62eae..a6f8ee5 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.4", "httpx>=0.28.1", "jinja2>=3.1.0", "librosa>=0.10.2",