From fc4e0819f5fae10ff793839353a7965735f061c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 20:46:45 +0000 Subject: [PATCH] build(deps): bump python-dotenv from 1.0.1 to 1.2.2 in /ofact Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.0.1 to 1.2.2. - [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.1...v1.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ofact/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ofact/requirements.txt b/ofact/requirements.txt index 3500698..7b103d9 100644 --- a/ofact/requirements.txt +++ b/ofact/requirements.txt @@ -39,7 +39,7 @@ flask-cors==4.0.0 scipy==1.14.1 # for the data integration adapters pyodbc==5.1.0 -python-dotenv==1.0.1 +python-dotenv==1.2.2 # #### testing ######################################################################################################### cerberus==1.3.5