From 7987bd2ccfc6fc48adca7e97ab57abebbd67179e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 11:08:59 +0000 Subject: [PATCH] Bump click from 8.4.1 to 8.4.2 (#12991) Bumps [click](https://github.com/pallets/click) from 8.4.1 to 8.4.2.
Changelog

Sourced from click's changelog.

Version 8.4.2

Unreleased

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=click&package-manager=pip&previous-version=8.4.1&new-version=8.4.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/constraints.txt | 2 +- requirements/dev.txt | 2 +- requirements/doc-spelling.txt | 2 +- requirements/doc.txt | 2 +- requirements/lint.txt | 2 +- requirements/test-common-base.txt | 2 +- requirements/test-common.txt | 2 +- requirements/test-ft.txt | 2 +- requirements/test-mobile.txt | 2 +- requirements/test.txt | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index b32c5644034..ee9438eabe1 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -57,7 +57,7 @@ cfgv==3.5.0 # via pre-commit charset-normalizer==3.4.7 # via requests -click==8.4.1 +click==8.4.2 # via # pip-tools # slotscheck diff --git a/requirements/dev.txt b/requirements/dev.txt index a205bdfd512..ba79f8008d2 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -57,7 +57,7 @@ cfgv==3.5.0 # via pre-commit charset-normalizer==3.4.7 # via requests -click==8.4.1 +click==8.4.2 # via # pip-tools # slotscheck diff --git a/requirements/doc-spelling.txt b/requirements/doc-spelling.txt index c745d520c8d..4c35bc3fc56 100644 --- a/requirements/doc-spelling.txt +++ b/requirements/doc-spelling.txt @@ -14,7 +14,7 @@ certifi==2026.6.17 # via requests charset-normalizer==3.4.7 # via requests -click==8.4.1 +click==8.4.2 # via towncrier docutils==0.21.2 # via diff --git a/requirements/doc.txt b/requirements/doc.txt index d590918efc7..9beee0e7a25 100644 --- a/requirements/doc.txt +++ b/requirements/doc.txt @@ -14,7 +14,7 @@ certifi==2026.6.17 # via requests charset-normalizer==3.4.7 # via requests -click==8.4.1 +click==8.4.2 # via towncrier docutils==0.21.2 # via diff --git a/requirements/lint.txt b/requirements/lint.txt index f3aab0b7fc8..6da74e15418 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -32,7 +32,7 @@ cffi==2.0.0 # pycares cfgv==3.5.0 # via pre-commit -click==8.4.1 +click==8.4.2 # via slotscheck cryptography==49.0.0 # via trustme diff --git a/requirements/test-common-base.txt b/requirements/test-common-base.txt index b7ce16bb455..6e32723c46d 100644 --- a/requirements/test-common-base.txt +++ b/requirements/test-common-base.txt @@ -14,7 +14,7 @@ attrs==26.1.0 # via aiohttp backports-asyncio-runner==1.2.0 # via pytest-asyncio -click==8.4.1 +click==8.4.2 # via wait-for-it coverage==7.14.3 # via pytest-cov diff --git a/requirements/test-common.txt b/requirements/test-common.txt index 7b3223dc1f8..c8a7c1d40eb 100644 --- a/requirements/test-common.txt +++ b/requirements/test-common.txt @@ -22,7 +22,7 @@ blockbuster==1.5.26 # via -r requirements/test-common.in cffi==2.0.0 # via cryptography -click==8.4.1 +click==8.4.2 # via wait-for-it coverage==7.14.3 # via diff --git a/requirements/test-ft.txt b/requirements/test-ft.txt index 044c68f246f..625779945a5 100644 --- a/requirements/test-ft.txt +++ b/requirements/test-ft.txt @@ -36,7 +36,7 @@ cffi==2.0.0 # via # cryptography # pycares -click==8.4.1 +click==8.4.2 # via wait-for-it coverage==7.14.3 # via diff --git a/requirements/test-mobile.txt b/requirements/test-mobile.txt index efa6eeb4ef2..ba0639a6a20 100644 --- a/requirements/test-mobile.txt +++ b/requirements/test-mobile.txt @@ -32,7 +32,7 @@ cffi==2.0.0 ; sys_platform != "android" and sys_platform != "ios" # via # -r requirements/test-mobile.in # pycares -click==8.4.1 +click==8.4.2 # via wait-for-it coverage==7.14.3 # via pytest-cov diff --git a/requirements/test.txt b/requirements/test.txt index 3387faf9daa..e773714cebc 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -36,7 +36,7 @@ cffi==2.0.0 # via # cryptography # pycares -click==8.4.1 +click==8.4.2 # via wait-for-it coverage==7.14.3 # via