From bbc4c5675e2b248abd29a02e8a5d5935cbe45fbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 03:13:00 +0000 Subject: [PATCH] chore(deps): update python-dotenv requirement in /services/api 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] --- services/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/api/requirements.txt b/services/api/requirements.txt index 6346aa2..f3c6d27 100644 --- a/services/api/requirements.txt +++ b/services/api/requirements.txt @@ -10,7 +10,7 @@ minio>=7.2.0,<8.0.0 # Validation e utils pydantic>=2.0.0,<3.0.0 pydantic-settings>=2.0.0,<3.0.0 -python-dotenv>=1.0.0,<2.0.0 +python-dotenv>=1.2.2,<2.0.0 requests>=2.31.0,<3.0.0 apscheduler