From 6c224fd29f53e587d3a6012e334aff1f64de1ee0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 20:52:33 +0000 Subject: [PATCH] Bump click from 8.4.1 to 8.4.2 Bumps [click](https://github.com/pallets/click) from 8.4.1 to 8.4.2. - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.md) - [Commits](https://github.com/pallets/click/compare/8.4.1...8.4.2) --- updated-dependencies: - dependency-name: click dependency-version: 8.4.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2f593c3..5d9a17e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,7 +75,7 @@ strict = [ "plotly==6.7.0", "pyfftw==0.15.0", "psutil==7.2.2", - "click==8.4.1", + "click==8.4.2", "networkx==3.4.2", "tabulate==0.10.0", "numpy",