From 6fa747c6e61750c9a8a8d164d4ae71aa034b9217 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 20:03:18 +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:production ... Signed-off-by: dependabot[bot] --- legacy/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 legacy/requirements.txt diff --git a/legacy/requirements.txt b/legacy/requirements.txt old mode 100755 new mode 100644 index 9a2c004..3ec1644 --- a/legacy/requirements.txt +++ b/legacy/requirements.txt @@ -17,7 +17,7 @@ duckdb>=0.10 duckdb[postgres]>=0.10 # Configuration and environment -python-dotenv>=1.0.0 +python-dotenv>=1.2.2 pyyaml>=6.0 # Web frameworks and async