From eb32d04ca2716e31ef8955dc4c72fe9b96d5c8c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 04:08:18 +0000 Subject: [PATCH] Bump click from 7.1.2 to 8.0.0 Bumps [click](https://github.com/pallets/click) from 7.1.2 to 8.0.0. - [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.0) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f4c9f7f..01f533a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ astroid==2.5.2 bleach==3.3.0 -Click==7.1.2 +Click==8.0.0 coverage==5.5 crayons==0.4.0 Django==2.2.21