From 80b09431b8a00ffd75209d8089a065666cc5c623 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 05:06:20 +0000 Subject: [PATCH] Update xmltodict requirement from >=0.13,<0.15 to >=0.13,<0.16 Updates the requirements on [xmltodict](https://github.com/martinblech/xmltodict) to permit the latest version. - [Changelog](https://github.com/martinblech/xmltodict/blob/master/CHANGELOG.md) - [Commits](https://github.com/martinblech/xmltodict/compare/v0.13.0...v0.15.0) --- updated-dependencies: - dependency-name: xmltodict dependency-version: 0.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2d60a987..5046857c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ pydantic = "~2.9.2" PyYAML = "^6.0.2" requests = ">=2.32.4" pycvesearch = "^1.2" -xmltodict = ">=0.13,<0.15" +xmltodict = ">=0.13,<0.16" attackcti = ">=0.5.4,<0.6" Jinja2 = "^3.1.4" questionary = "^2.0.1"