From e1ac263bd91ff1fa3d55268aca707f5daa8c1708 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 20 May 2021 13:14:59 +0000 Subject: [PATCH] Bump click from 7.1.2 to 8.0.1 Bumps [click](https://github.com/pallets/click) from 7.1.2 to 8.0.1. - [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/7.1.2...8.0.1) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d75fd80..88062e6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ pylint==2.6.0 autopep8==1.5.4 flake8==3.8.3 flake8-mypy==17.8.0 -Click==7.1.2 +Click==8.0.1 pep8==1.7.1