From e6bcea7f4efa2f4c06eeb5b449244e6e34c200ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 19:02:39 +0000 Subject: [PATCH] Update click requirement from 8.1.3 to 8.1.4 Updates the requirements on [click](https://github.com/pallets/click) to permit the latest version. - [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.1.3...8.1.4) --- updated-dependencies: - dependency-name: click dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 27de1cd..5634d5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ writemore = "writemore.cli:run" [tool.poetry.dependencies] python = "^3.10" -click = "8.1.3" +click = "8.1.4" langchain = "0.0.138" openai = "0.27.4" tiktoken = "^0.3.3"