From a0fc642d37460b6b5c9e8eedbb72908229f2ade5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 00:17:45 +0000 Subject: [PATCH] build(deps): Update python-dotenv requirement in /backend 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.0...v1.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 1b42b8e..b811ad0 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,4 +2,4 @@ fastapi>=0.115.0 uvicorn[standard]>=0.32.0 httpx>=0.28.0 pydantic>=2.10.0 -python-dotenv>=1.0.0 \ No newline at end of file +python-dotenv>=1.2.2 \ No newline at end of file