From 3e2751efcf120bd8ea4e4b3251d3faf40fc9fba9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 12:54:43 +0000 Subject: [PATCH] Bump click to v8.4.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 13b787f..1da62f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ extra-dependencies = [ "pytest-asyncio==1.4.0", "syrupy==5.5.3", "pytest-cov==7.1.0", - "click==8.4.1", + "click==8.4.2", ] extra-args = ["--cov-report=xml", "-vv"] type = "virtual"