From 86a85355cc2724d0d16929d134c1429fc2fa94c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 13:19:18 +0000 Subject: [PATCH] Bump environs from 11.2.1 to 14.1.1 Bumps [environs](https://github.com/sloria/environs) from 11.2.1 to 14.1.1. - [Changelog](https://github.com/sloria/environs/blob/main/CHANGELOG.md) - [Commits](https://github.com/sloria/environs/compare/11.2.1...14.1.1) --- updated-dependencies: - dependency-name: environs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- src/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/requirements.txt b/src/backend/requirements.txt index 5ffddcf..23f585f 100644 --- a/src/backend/requirements.txt +++ b/src/backend/requirements.txt @@ -61,7 +61,7 @@ deprecated==1.2.15 # opentelemetry-semantic-conventions distro==1.9.0 # via openai -environs==11.2.1 +environs==14.1.1 # via fastapi-app (pyproject.toml) exceptiongroup==1.2.2 # via anyio