From 94422ff24fd0aaaafeed02e6e73646241aa84367 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 17:13:38 -0500 Subject: [PATCH] Update click requirement from ==8.1.* to ==8.5.* in /docker/main (#23067) Updates the requirements on [click](https://github.com/pallets/click) to permit the latest version. - [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.1.0...8.5.0) --- updated-dependencies: - dependency-name: click dependency-version: 8.3.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- docker/main/requirements-wheels.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/main/requirements-wheels.txt b/docker/main/requirements-wheels.txt index 4307feafd9..41a23ab288 100644 --- a/docker/main/requirements-wheels.txt +++ b/docker/main/requirements-wheels.txt @@ -1,5 +1,5 @@ aiofiles == 25.1.* -click == 8.1.* +click == 8.5.* # FastAPI aiohttp == 3.12.* starlette == 0.47.*