From 053d4ef6fceb08c696b2a066cba7d91c949710cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 00:14:46 +0000 Subject: [PATCH] Bump python-dotenv from 1.1.1 to 1.2.1 Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.1.1 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.1.1...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 0df440a..02e9160 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ loguru==0.7.3 mypy==1.18.2 pre-commit==4.2.0 pydantic -python-dotenv==1.1.1 +python-dotenv==1.2.1 redis==5.2.1 redis-om==0.3.5 uvicorn==0.34.0