From 5a05c8552af9a528d563153e27f9edd8ef456f27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 18:02:35 +0000 Subject: [PATCH] Bump click from 8.0.4 to 8.1.1 Bumps [click](https://github.com/pallets/click) from 8.0.4 to 8.1.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/8.0.4...8.1.1) --- updated-dependencies: - dependency-name: click dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev.txt b/dev.txt index 3b4fa69..e815038 100644 --- a/dev.txt +++ b/dev.txt @@ -14,7 +14,7 @@ certifi==2019.11.28 cffi==1.14.5 chardet==3.0.4 check-manifest==0.48 -click==8.0.4 +click==8.1.1 colorama==0.4.3 coverage==6.3.2 cryptography==3.4.7 diff --git a/requirements.txt b/requirements.txt index 2697f7c..1755da8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ # # pip-compile --output-file=requirements.txt requirements/base.in # -click==8.0.4 +click==8.1.1 sh==1.14.2 six==1.16.0