From de37c2c6b0bb5fc58bfd5b24ea080ba62f170408 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 20:39:12 +0000 Subject: [PATCH] chore(deps): update dependency python-dotenv to v1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 08d12ce..75ddeea 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 <1.1, >=1", "globus-sdk <4.0, >=3.7.0", "stanford-mais <1.0, >=0.50.1", ]