From a491cd190784bfed817c652acd7e161c1dbfef99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 13:21:54 +0000 Subject: [PATCH] Update python-dotenv requirement from >=1.0.0 to >=1.2.2 Updates the requirements on [python-dotenv](https://github.com/theskumar/python-dotenv) to permit the latest version. - [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.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 41a6f10ed..28a195564 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -15,7 +15,7 @@ Flask>=1.1 # needed for auto fix ruff===0.14.1 # needed for .env file loading in examples -python-dotenv>=1.0.0 +python-dotenv>=1.2.2 # needed for enhanced schema generation from function features pydantic>=2.0.0 # needed for yaml file generation in examples