From 92662dcea9365eb70358187b594134fc4a706d80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 11:41:06 +0000 Subject: [PATCH] chore(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 5e0ee55d..11fb8356 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "psycopg2-binary>=2.9.0", "aiosqlite>=0.20.0", "slowapi>=0.1.9", - "python-dotenv>=1.0.0", + "python-dotenv>=1.2.2", "click>=8.1.0", "redis>=5.2.0", "opentelemetry-api>=1.28.0",