From f095c584e6edafc4421f47e8e8e19429518aaa8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 01:27:27 +0000 Subject: [PATCH] Update python-dotenv requirement from ~=1.0.1 to >=1.0.1,<1.2.0 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.1...v1.1.0) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e4c6157..0390fe0 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ "protoc-gen-openapiv2>=0.0.1", "googleapis-common-protos>=1.56.1,<1.66.0", "deprecation>=2.1.0", - "python-dotenv~=1.0.1", + "python-dotenv>=1.0.1,<1.2.0", "Faker~=25.8.0" ], url="https://github.com/scalekit-inc/scalekit-sdk-python",