From 3d217ccf1989ad4b9b9a6d9de29cfe80645af7ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Mar 2022 12:15:03 +0000 Subject: [PATCH] Update python-dotenv requirement from ==0.19.* to >=0.19,<0.21 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/master/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v0.19.0...v0.20.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 3da833ca..f3f4e108 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ "pylint==2.12.*", 'pytest==7.1.1', 'pytest-cov==3.0.0', - "python-dotenv==0.19.*" + "python-dotenv>=0.19,<0.21" ] }, entry_points="""