From ae329ad9f1f71875644b65bb000f3fd3b048d0ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 05:24:27 +0000 Subject: [PATCH] Update python-dotenv requirement in /airan-energy 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.3) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- airan-energy/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airan-energy/requirements.txt b/airan-energy/requirements.txt index 02ff937..32b3236 100644 --- a/airan-energy/requirements.txt +++ b/airan-energy/requirements.txt @@ -35,7 +35,7 @@ statsmodels>=0.14.0 # Config and logging pyyaml>=6.0 tqdm>=4.65.0 -python-dotenv>=1.0.0 +python-dotenv>=1.2.3 # Experiment tracking (optional) wandb>=0.15.0