From 5543edffa81b3ffc5e491dfc934f3bbea5bff5ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 05:32:55 +0000 Subject: [PATCH] chore(deps): bump python-dotenv from 1.0.0 to 1.2.2 in /backend Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.0.0 to 1.2.2. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- backend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 7635429..44ed686 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "sentry-sdk==1.38.0", "pytest==7.4.4", "httpx==0.25.2", - "python-dotenv==1.0.0", + "python-dotenv==1.2.2", "requests==2.31.0", ] diff --git a/backend/requirements.txt b/backend/requirements.txt index ee9938b..d98c4a7 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -39,5 +39,5 @@ ruff # asynctest deprecated # Utilities -python-dotenv==1.0.0 +python-dotenv==1.2.2 requests==2.31.0