From 2c832f4f239de6abf47f2c9b2071cd3bda481396 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 03:33:29 +0000 Subject: [PATCH] chore(deps): update python-dotenv requirement in /sphinx-docs 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:production ... Signed-off-by: dependabot[bot] --- sphinx-docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx-docs/requirements.txt b/sphinx-docs/requirements.txt index a54623e..1d40019 100644 --- a/sphinx-docs/requirements.txt +++ b/sphinx-docs/requirements.txt @@ -14,7 +14,7 @@ matplotlib>=3.11.1,<4.0 scipy>=1.18.0,<2.0 pandas>=3.0.5,<4.0 openpyxl>=3.1.5,<4.0 -python-dotenv>=1.2.2,<2.0 +python-dotenv>=1.2.3,<2.0 colorama>=0.4.6,<1.0 Pillow>=12.3.0,<13.0 streamlit>=1.61.1,<2.0