From 417fe9927d967b0afd248ff921e94e72f61200aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 01:37:10 +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.rst) - [Commits](https://github.com/pallets/click/compare/8.0.0...8.4.1) --- updated-dependencies: - dependency-name: click dependency-version: 8.4.1 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 5de705b..c68d4b6 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.0.0,<9.0.0 +click>=8.4.1,<9.0.0 # Optional: rich terminal output with progress bars and colored tables # rich>=13.0.0,<14.0.0