From ebb5f29264ca403f5e768c38b66b557ea10e5bb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 08:12:10 +0100 Subject: [PATCH] Update click requirement from <=8.1.7,>=7.0 to >=7.0,<=8.1.8 (#7432) 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/7.0...8.1.8) --- updated-dependencies: - dependency-name: click dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fd9330e60..adeeeb60a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "click>=7.0,<=8.1.7", + "click>=7.0,<=8.1.8", "hypothesis>=6.104.2,<=6.122.1", "pdoc>=14.5.1,<=15.0.1", "pyinstaller==6.11.1",