From 6bc5e5ce892d37032ba5b3005433332e5e119e1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 20:31:28 +0000 Subject: [PATCH] chore(deps): bump python-dotenv from 1.0.1 to 1.2.1 in /backend Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.0.1 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.1...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/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 7b1a761..e9ac42f 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -7,7 +7,7 @@ dependencies = [ "Flask-Cors>=4.0.1", "Flask-Migrate>=4.0.7", "Flask-SQLAlchemy>=3.1.1", - "python-dotenv>=1.0.1", + "python-dotenv>=1.2.1", "SQLAlchemy>=2.0.16", "python-dateutil>=2.9.0", "Authlib>=1.3.2", diff --git a/backend/requirements.txt b/backend/requirements.txt index fa56c2a..dcced57 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,7 +2,7 @@ Flask==3.1.0 Flask-SQLAlchemy==3.1.1 Flask-Migrate==4.0.7 Flask-Cors==4.0.1 -python-dotenv==1.0.1 +python-dotenv==1.2.1 Pillow==11.1.0 pillow-heif==0.21.0 python-dateutil==2.9.0