From 169b0f96640fb731eedb955059a9badc5a263a2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 20:02:01 +0000 Subject: [PATCH] build(deps-dev): 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.20.0...v1.0.0) --- updated-dependencies: - dependency-name: python-dotenv 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 08d12ce..c8a5ec9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ requires-python = "<4.0, >=3.9" dependencies = [ "click <9.0, >=8.1.3", "coloredlogs <16.0, >=15.0.1", - "python-dotenv <1.0, >=0.20.0", + "python-dotenv >=0.20.0, <2.0", "globus-sdk <4.0, >=3.7.0", "stanford-mais <1.0, >=0.50.1", ]