From bc3ca8f9d38c116b0b9e0747ceba76fe71a75547 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 07:58:47 +0000 Subject: [PATCH] Bump click from 8.1.3 to 8.1.6 Bumps [click](https://github.com/pallets/click) from 8.1.3 to 8.1.6. - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/8.1.6/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/8.1.3...8.1.6) --- updated-dependencies: - dependency-name: click dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 43b2d73..ed7ad5f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -16,7 +16,7 @@ charset-normalizer==3.2.0 # via # docformatter # requests -click==8.1.3 +click==8.1.6 # via # black # pip-tools diff --git a/requirements.txt b/requirements.txt index f3846e6..424b16f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ certifi==2023.7.22 # via requests charset-normalizer==3.2.0 # via requests -click==8.1.3 +click==8.1.6 # via wr-cloner (pyproject.toml) deprecated==1.2.14 # via wr-cloner (pyproject.toml)