From caa5ef66d50226500834a1adada4a439cd548215 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 19:24:44 +0000 Subject: [PATCH] Bump python-dotenv from 1.0.1 to 1.2.2 in /app Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.0.1 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.1...v1.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/pyproject.toml | 2 +- app/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/pyproject.toml b/app/pyproject.toml index 8534c19..91d5566 100644 --- a/app/pyproject.toml +++ b/app/pyproject.toml @@ -8,7 +8,7 @@ dependencies = [ "openai==1.41.0", "pydantic==2.8.2", "pyodbc==5.1.0", -"python-dotenv==1.0.1", +"python-dotenv==1.2.2", "SQLAlchemy==2.0.31", "sqlparse==0.5.1", "uvicorn==0.30.1" diff --git a/app/requirements.txt b/app/requirements.txt index 5b114a7..0f5e7d4 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -3,7 +3,7 @@ fastapi==0.112.1 openai==1.41.0 pydantic==2.8.2 pyodbc==5.1.0 -python-dotenv==1.0.1 +python-dotenv==1.2.2 # SQLAlchemy==2.0.30 SQLAlchemy==2.0.31 sqlparse==0.5.1