From 662c9b827ca3cfb7cf6f426af6ddccb3d898d7ec Mon Sep 17 00:00:00 2001 From: Neil Girdhar Date: Fri, 14 Jan 2022 01:08:13 -0500 Subject: [PATCH] Change keyring dependency to >=21.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5cf34372b05..7b13627b840 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ functools32 = { version = "^3.2.3", python = "~2.7" } keyring = [ { version = "^18.0.1", python = "~2.7" }, { version = "^20.0.1", python = "~3.5" }, - { version = "^21.2.0", python = "^3.6" } + { version = ">=21.2.0", python = "^3.6" } ] # Use subprocess32 for Python 2.7 subprocess32 = { version = "^3.5", python = "~2.7" }