From 3fa044b453a69151a6844a719c7a385a40c5d127 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 11 May 2021 23:16:14 +0000 Subject: [PATCH] Update click requirement from <7,>=6.6 to >=6.6,<9 Updates the requirements on [click](https://github.com/pallets/click) to permit the latest version. - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/6.6...8.0.0) Signed-off-by: dependabot-preview[bot] --- dev/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/requirements.txt b/dev/requirements.txt index 3d4ef03a155ca..c9cd81efe39aa 100644 --- a/dev/requirements.txt +++ b/dev/requirements.txt @@ -1,4 +1,4 @@ -click>=6.6,<7 +click>=6.6,<9 jira>=1.0.7,<2 keyring==10.1 gitpython