From 9c1ed546b165fd89210102bb552089a13a925be0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 10:19:12 +0000 Subject: [PATCH] deps: bump python-dotenv from 1.0.0 to 1.2.1 in /backend Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.0.0 to 1.2.1. - [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.1) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 14825b14..77d53fe3 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -8,7 +8,7 @@ pydantic-settings==2.1.0 pymongo==4.13.1 motor==3.7.1 firebase-admin==6.9.0 -python-dotenv==1.0.0 +python-dotenv==1.2.1 bcrypt==4.0.1 email-validator==2.2.0 pytest