From caf4581a74a4c9c3f121604803fff3afb40a2717 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 03:36:19 +0000 Subject: [PATCH] Bump click from 8.4.1 to 8.4.2 in the pip group Bumps the pip group with 1 update: [click](https://github.com/pallets/click). Updates `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:production update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6c46c5c8..a1213bdc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ i18n = [ "babel >=2.9.0", ] min-versions = [ - "click ==8.4.1", + "click ==8.4.2", "Jinja2 ==3.1.6", "markupsafe ==3.0.3", "Markdown ==3.10.2",