From 11d4b2d713889cd9ebc87e32133fd44d1d4e3774 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 09:58:59 +0000 Subject: [PATCH] deps(deps): update python-dotenv requirement from >=1.0.0 to >=1.2.2 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f41cc7b..8f04df9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ dependencies = [ "stripe>=7.0.0", "openai>=1.0.0", "e2b-code-interpreter>=1.0.0", - "python-dotenv>=1.0.0", + "python-dotenv>=1.2.2", # File parsing dependencies "pandas>=2.0.0", "openpyxl>=3.1.0",