From e6d495d1822c9d7a62109a46b75d04fe71f580da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 05:05:55 +0000 Subject: [PATCH] chore: bump python-dotenv from 1.0.0 to 1.2.2 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/requirements.txt | 2 +- prism-console/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 58b05e7..5b9f2d1 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -33,7 +33,7 @@ jinja2==3.1.2 websockets==12.0 # Utilities -python-dotenv==1.0.0 +python-dotenv==1.2.2 pydantic==2.5.0 pydantic-settings==2.1.0 psutil==7.2.2 diff --git a/prism-console/requirements.txt b/prism-console/requirements.txt index 7e20bb0..ecd7617 100644 --- a/prism-console/requirements.txt +++ b/prism-console/requirements.txt @@ -7,4 +7,4 @@ uvicorn[standard]==0.24.0 pydantic==2.5.0 # Utilities -python-dotenv==1.0.0 +python-dotenv==1.2.2