From cd962e53c2bf7bf3ad14e36d25ad0d94f6d9d5d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 22:10:51 +0000 Subject: [PATCH] Bump python-dotenv from 1.2.1 to 1.2.2 in /tools/python Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.2.1 to 1.2.2. - [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.1...v1.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/requirements.txt b/tools/python/requirements.txt index 93aba5d9..3f9b3095 100644 --- a/tools/python/requirements.txt +++ b/tools/python/requirements.txt @@ -8,7 +8,7 @@ mypy==1.18.2 pydantic>=2.12.4 pyright==1.1.407 pytest>=9.0.0 -python-dotenv==1.2.1 +python-dotenv==1.2.2 ruff==0.14.4 stripe==13.2.0 openai==2.7.1