From 73458100de0ca3e58f4652378d25b53f7dd78a39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 14:02:50 +0000 Subject: [PATCH] Update python-dotenv requirement from >=1.2.2 to >=1.2.3 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.2.2...v1.2.3) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 7328c97..acdaa5f 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -6,7 +6,7 @@ typing-extensions mypy pydantic pre-commit>=4.6.2 -python-dotenv>=1.2.2 +python-dotenv>=1.2.3 ruff~=0.16 mkdocs-material==9.7.7 mkdocstrings[python]==1.0.6