From 5e033051de8cee7d48b6c18e25d1833801065c14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 15:58:28 +0000 Subject: [PATCH] chore(deps): bump click from 8.3.0 to 8.3.1 Bumps [click](https://github.com/pallets/click) from 8.3.0 to 8.3.1. - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/8.3.0...8.3.1) --- updated-dependencies: - dependency-name: click dependency-version: 8.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- cli_bundle/requirements.txt | 2 +- docker/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli_bundle/requirements.txt b/cli_bundle/requirements.txt index 2ac9385b..6f16a7a9 100644 --- a/cli_bundle/requirements.txt +++ b/cli_bundle/requirements.txt @@ -1,5 +1,5 @@ # Core CLI/runtime deps (safe across Linux runners) -click==8.3.0 +click==8.3.1 rich==14.1.0 pyyaml==6.0.2 requests==2.32.5 # fixed .netrc credential leak (CVE-2024-35195) diff --git a/docker/requirements.txt b/docker/requirements.txt index 2c6a3757..84735833 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -1,5 +1,5 @@ # Core CLI/runtime deps (safe across Linux runners) -click==8.3.0 +click==8.3.1 rich==14.1.0 pyyaml==6.0.2 requests==2.32.5 # fixed .netrc credential leak (CVE-2024-35195)