From b70f8177e3172a2bf754f26200a6fdd65eec17d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 12:54:38 +0000 Subject: [PATCH] chore(deps): update python-dotenv requirement in /server Updates the requirements on [python-dotenv](https://github.com/theskumar/python-dotenv) to permit the latest version. - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.0.1...v1.2.3) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 786c985..4e9f5cf 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -14,7 +14,7 @@ alembic>=1.13.0 # Data Validation & Settings pydantic>=2.7.0 pydantic-settings>=2.3.0 -python-dotenv>=1.0.1 +python-dotenv>=1.2.3 # Utilities nanoid>=2.0.0