From 692d83f40120178d10b99048edaae7b0974308df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 01:36:36 +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.3.3) --- updated-dependencies: - dependency-name: click dependency-version: 8.3.3 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..24d0870 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.3.3,<9.0.0 # Optional: rich terminal output with progress bars and colored tables # rich>=13.0.0,<14.0.0