From 4ea6cb45ff2e37849b37b5521f3ba8fbe9ae72c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 May 2022 08:09:51 +0000 Subject: [PATCH] Bump click from 8.0.1 to 8.1.3 Bumps [click](https://github.com/pallets/click) from 8.0.1 to 8.1.3. - [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/8.0.1...8.1.3) --- updated-dependencies: - dependency-name: click dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 8347270c9b..3bd80c4751 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -22,7 +22,7 @@ cfgv==3.3.0 # via pre-commit chardet==4.0.0 # via requests -click==8.0.1 +click==8.1.3 # via pip-tools distlib==0.3.1 # via virtualenv