From 37d38939a1c38f9c759f2bcaebcc0c8cdb3ee492 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 22:36:05 +0000 Subject: [PATCH] build(deps): bump python-dotenv from 1.2.2 to 1.2.3 Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.2.2 to 1.2.3. - [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.2...v1.2.3) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-lock.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-lock.txt b/requirements-lock.txt index 3c630c2..206368b 100644 --- a/requirements-lock.txt +++ b/requirements-lock.txt @@ -3,6 +3,6 @@ certifi==2026.7.22 charset-normalizer==3.4.9 idna==3.18 -python-dotenv==1.2.2 +python-dotenv==1.2.3 requests==2.34.2 urllib3==2.7.0 diff --git a/requirements.txt b/requirements.txt index 2b1be2a..146c8cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ requests>=2.31.0 -python-dotenv>=1.0.0 +python-dotenv>=1.2.3