From bec53673f9a60f520d0a4f040d610b902bd6f4e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 13:34:35 +0000 Subject: [PATCH] deps(server)(deps): bump python-dotenv in /app/server 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] --- app/server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/server/requirements.txt b/app/server/requirements.txt index 23d1938..daa1cd8 100644 --- a/app/server/requirements.txt +++ b/app/server/requirements.txt @@ -4,5 +4,5 @@ sqlalchemy==2.0.23 psycopg2-binary==2.9.9 alembic==1.12.1 pydantic==2.5.0 -python-dotenv==1.0.0 +python-dotenv==1.2.2 python-multipart==0.0.6