From e95f0645b51b640ef35ffe299a05b4b8d86c9b88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 11:07:39 +0000 Subject: [PATCH] Bump click from 8.3.1 to 8.3.2 (#12323) Bumps [click](https://github.com/pallets/click) from 8.3.1 to 8.3.2.
Release notes

Sourced from click's releases.

8.3.2

This is the Click 8.3.2 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release.

PyPI: https://pypi.org/project/click/8.3.2/ Changes: https://click.palletsprojects.com/page/changes/#version-8-3-2 Milestone: https://github.com/pallets/click/milestone/29

Changelog

Sourced from click's changelog.

Version 8.3.2

Released 2026-04-02

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=click&package-manager=pip&previous-version=8.3.1&new-version=8.3.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.txt | 2 +- requirements/test-ft.txt | 2 +- requirements/test.txt | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements/constraints.txt b/requirements/constraints.txt index 0257215a92e..48487702bba 100644 --- a/requirements/constraints.txt +++ b/requirements/constraints.txt @@ -47,7 +47,7 @@ cfgv==3.5.0 # via pre-commit charset-normalizer==3.4.7 # via requests -click==8.3.1 +click==8.3.2 # via # pip-tools # slotscheck diff --git a/requirements/dev.txt b/requirements/dev.txt index f709783920f..459b617147b 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -47,7 +47,7 @@ cfgv==3.5.0 # via pre-commit charset-normalizer==3.4.7 # via requests -click==8.3.1 +click==8.3.2 # via # pip-tools # slotscheck diff --git a/requirements/doc-spelling.txt b/requirements/doc-spelling.txt index 57eee7f597a..4cc8e78255f 100644 --- a/requirements/doc-spelling.txt +++ b/requirements/doc-spelling.txt @@ -14,7 +14,7 @@ certifi==2026.2.25 # via requests charset-normalizer==3.4.7 # via requests -click==8.3.1 +click==8.3.2 # via towncrier docutils==0.21.2 # via sphinx diff --git a/requirements/doc.txt b/requirements/doc.txt index 6f94e5926cd..119ef28a7cb 100644 --- a/requirements/doc.txt +++ b/requirements/doc.txt @@ -14,7 +14,7 @@ certifi==2026.2.25 # via requests charset-normalizer==3.4.7 # via requests -click==8.3.1 +click==8.3.2 # via towncrier docutils==0.21.2 # via sphinx diff --git a/requirements/lint.txt b/requirements/lint.txt index 0fa1f2f32b2..8cfa2d2c750 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -21,7 +21,7 @@ cffi==2.0.0 # pytest-codspeed cfgv==3.5.0 # via pre-commit -click==8.3.1 +click==8.3.2 # via slotscheck cryptography==46.0.6 # via trustme diff --git a/requirements/test-common.txt b/requirements/test-common.txt index 96a7a897129..c0092cff209 100644 --- a/requirements/test-common.txt +++ b/requirements/test-common.txt @@ -12,7 +12,7 @@ cffi==2.0.0 # via # cryptography # pytest-codspeed -click==8.3.1 +click==8.3.2 # via wait-for-it coverage==7.13.5 # via diff --git a/requirements/test-ft.txt b/requirements/test-ft.txt index 2806dc0c014..ba5272d77e1 100644 --- a/requirements/test-ft.txt +++ b/requirements/test-ft.txt @@ -25,7 +25,7 @@ cffi==2.0.0 # cryptography # pycares # pytest-codspeed -click==8.3.1 +click==8.3.2 # via wait-for-it coverage==7.13.5 # via diff --git a/requirements/test.txt b/requirements/test.txt index 59e91af4174..232e50ac2a9 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -25,7 +25,7 @@ cffi==2.0.0 # cryptography # pycares # pytest-codspeed -click==8.3.1 +click==8.3.2 # via wait-for-it coverage==7.13.5 # via