From 007134bfc708a774dabd709085c4040ce505aa35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 22:09:52 +0000 Subject: [PATCH] chore(deps)(deps): bump python-dotenv from 1.1.1 to 1.2.2 Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.1.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.1.1...v1.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- constraints.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/constraints.txt b/constraints.txt index 5a38e75..4c0622a 100644 --- a/constraints.txt +++ b/constraints.txt @@ -91,7 +91,7 @@ pydantic_core==2.41.4 Pygments==2.19.2 pyparsing==3.2.5 python-dateutil==2.9.0.post0 -python-dotenv==1.1.1 +python-dotenv==1.2.2 pytorch-lightning==2.5.5 pytorch-metric-learning==2.9.0 pytz==2025.2 diff --git a/requirements.txt b/requirements.txt index e4b30ef..b054e96 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ pyannote.audio==4.0.1 # Core dependencies # Pin to latest available on PyPI for Python 3.10/Ubuntu 22.04; 2.3.x not published yet numpy==2.2.6 -python-dotenv==1.1.1 +python-dotenv==1.2.2 pydantic==2.12.3 pydantic-settings==2.11.0 requests==2.32.5