From 90114aa9f349ac2529561c5e3aa2896fe954947a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 19:56:55 +0000 Subject: [PATCH] Update python-dotenv requirement from ==0.19.* to >=0.19,<1.1 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.19.0...v1.0.0) --- updated-dependencies: - dependency-name: python-dotenv dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b07bdbe1..94408789 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ "pylint==2.12.*", 'pytest==7.1.1', 'pytest-cov==3.0.0', - "python-dotenv==0.19.*" + "python-dotenv>=0.19,<1.1" ] }, entry_points="""