From 076326ff822e6f7a89757c0c5a0cedbcbfe64995 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Jun 2025 23:27:20 +0000 Subject: [PATCH] deps(deps): bump python-dotenv from 1.0.0 to 1.1.0 Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.0.0 to 1.1.0. - [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.1.0) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.1.0 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..7506403 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.0 pydantic==2.5.0 pydantic-settings==2.1.0 python-dateutil==2.8.2