From 0d1106e3eb7b74056573375e572034699a79739d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Sep 2022 18:07:54 +0000 Subject: [PATCH] Bump click from 8.0.4 to 8.1.3 Bumps [click](https://github.com/pallets/click) from 8.0.4 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.4...8.1.3) --- 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 0ad09ce..bcd7b9e 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.3 colorama==0.4.3 coverage==6.5.0 cryptography==3.4.7 diff --git a/requirements.txt b/requirements.txt index 1096d3b..49aed79 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.3 sh==1.14.3 six==1.16.0