From 7df3f873f78975c5bf6d52da0b3aef425406e486 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 14:46:28 +0000 Subject: [PATCH] Bump click from 8.1.4 to 8.1.6 Bumps [click](https://github.com/pallets/click) from 8.1.4 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.4...8.1.6) --- updated-dependencies: - dependency-name: click dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 61b6584..abb2b33 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -22,7 +22,7 @@ charset-normalizer==3.1.0 # via # aiohttp # requests -click==8.1.4 +click==8.1.6 # via -r requirements/requirements.in dataclasses-json==0.5.8 # via langchain