From d22079b8f20e454e1018a9fb442d0874f5281675 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 04:42:04 +0000 Subject: [PATCH] deps(deps): bump python-dotenv from 1.0.0 to 1.2.1 Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.0.0 to 1.2.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.0.0...v1.2.1) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6fa02ef..15f9b66 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ sqlalchemy==2.0.23 alembic==1.13.1 # Utilities -python-dotenv==1.0.0 +python-dotenv==1.2.1 pydantic==2.5.0 pydantic-settings==2.1.0 python-dateutil==2.8.2