From 3fed76b2f084048155ec7b45c5b652ff8d07ed46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 01:33:30 +0000 Subject: [PATCH] build(deps): update click requirement in /automation/admx-parser 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.4.1...8.4.2) --- updated-dependencies: - dependency-name: click dependency-version: 8.4.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- automation/admx-parser/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/admx-parser/requirements.txt b/automation/admx-parser/requirements.txt index c68d4b6..a5e9f6e 100644 --- a/automation/admx-parser/requirements.txt +++ b/automation/admx-parser/requirements.txt @@ -1,7 +1,7 @@ # PolicyForge ADMX Parser — Dependencies # Required: CLI framework (hard dependency — script will crash without it) -click>=8.4.1,<9.0.0 +click>=8.4.2,<9.0.0 # Optional: rich terminal output with progress bars and colored tables # rich>=13.0.0,<14.0.0