From 7affddaa416a76ee49a3b4a1590e6643e5ba80eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 18:11:19 +0000 Subject: [PATCH] build(deps): bump python-dotenv from 1.1.0 to 1.1.1 Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.1.0 to 1.1.1. - [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.1.1) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 33128f1..e2be280 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ classifiers = [ ] dependencies = [ "google-generativeai==0.8.4", - "python-dotenv==1.1.0", + "python-dotenv==1.1.1", "typer==0.15.2", "rich==14.0.0", "pygments==2.19.1", diff --git a/requirements.txt b/requirements.txt index aa0399d..e68c6a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -43,7 +43,7 @@ pyparsing==3.2.3 pyproject_hooks==1.2.0 pytest==8.3.5 pytest-mock==3.14.0 -python-dotenv==1.1.0 +python-dotenv==1.1.1 readme_renderer==44.0 requests==2.32.3 requests-toolbelt==1.0.0