From 20054c269850ade2cf217fd80e63dac9752318bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 22:18:45 +0000 Subject: [PATCH] Bump python-dotenv from 1.2.1 to 1.2.2 Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.2.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.2.1...v1.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 2cdd37dd..1102b9af 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -279,7 +279,7 @@ pytest==9.0.2 # pytest-asyncio pytest-asyncio==1.3.0 # via -r requirements-dev.in -python-dotenv==1.2.1 +python-dotenv==1.2.2 # via uvicorn python-engineio==4.12.3 # via diff --git a/requirements.txt b/requirements.txt index 558ea077..a2735de8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -134,7 +134,7 @@ pymongo==4.15.5 # via # -r requirements.in # beanie -python-dotenv==1.2.1 +python-dotenv==1.2.2 # via pydantic-settings python-multipart==0.0.20 # via -r requirements.in