From 42d7a9ed25f98cd3a31bf697f939fd284126f171 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 14:43:10 +0000 Subject: [PATCH] Bump python-dotenv from 1.1.0 to 1.2.2 Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.1.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.1.0...v1.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 204b5c5..3c81dd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ dependencies = [ "langchain-anthropic==0.3.10", "lxml==6.1.0", "MarkupSafe==3.0.2", - "python-dotenv==1.1.0", + "python-dotenv==1.2.2", "trafilatura==2.0.0", "urllib3==2.6.3", ] diff --git a/requirements.txt b/requirements.txt index c64e2bb..bde8e4d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,6 +7,6 @@ lxml==6.1.0 MarkupSafe==3.0.2 pytest==8.3.2 # Added for testing pytest-mock==3.14.0 # Added for testing -python-dotenv==1.1.0 +python-dotenv==1.2.2 trafilatura==2.0.0 urllib3==2.6.3