From 33af52560c35a19d0ef7574a417c5f4ef20c6cb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 07:10:19 +0000 Subject: [PATCH] deps(deps): bump python-dotenv from 1.0.0 to 1.1.1 --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.1.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 c94dd4e..9a069a1 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.1.1 pydantic==2.5.0 pydantic-settings==2.1.0 python-dateutil==2.8.2