From 9266f2ae399dbf2833e7af1d29fe6cdf05a26bd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 02:18:04 +0000 Subject: [PATCH] Update python-dotenv requirement 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/v0.21.1...v1.1.0) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.1.0 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 1cc9fbe..8cf3f4b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ dependencies = [ "psycopg2-binary>=2.9.5, <= 2.9.9", "pydantic>= 2.4.2, <= 2.5.3", "pydantic-settings >= 2.0.2, <= 2.1.0", - "python-dotenv>=0.21.1, <= 1.0.0", + "python-dotenv>= 0.21.1, <= 1.1.0", "python-jose>=3.3.0, <= 3.3.0", "python-multipart>=0.0.5, <= 0.0.6", "redis>=4.4.2, <= 5.0.1",