From 26825a5a820a5c34b508fc1f1f22e8c404b31949 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 30 Mar 2026 21:43:04 +0000 Subject: [PATCH] chore(deps): update dependency python-dotenv to v1.2.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e6c31f5..64a5bbf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "pydantic-core==2.41.5", "pydantic-settings==2.13.1", "python-dateutil==2.9.0.post0", - "python-dotenv==1.2.1", + "python-dotenv==1.2.2", "python-multipart==0.0.22", "pyyaml==6.0.3", "requests==2.32.5",