From 2454bf5778158bb0bc445b6059e75881cafbbb39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 18:35:47 +0000 Subject: [PATCH] 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 ... 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 b95e88b..313bfe1 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -4,7 +4,7 @@ pydantic==2.5.3 sqlalchemy==2.0.25 aiosqlite==0.19.0 python-multipart==0.0.22 -python-dotenv==1.0.0 +python-dotenv==1.2.2 watchdog==3.0.0 markdown==3.6 pymdown-extensions==10.16.1