From 93d913cfb2c550affb18df2cbeb42fa983f80b34 Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Wed, 23 Apr 2025 12:33:24 +0200 Subject: [PATCH] feat: support runtime-dependency `packaging ^25` Signed-off-by: Jan Kowalleck --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0a65de0f..1120095f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ python = "^3.8" cyclonedx-python-lib = { version = "^8.0 || ^9.0 || ^10", extras = ["validation"] } packageurl-python = ">=0.11, <2" # keep in sync with same dep in `cyclonedx-python-lib` pip-requirements-parser = "^32.0" -packaging = "^22 || ^23 || ^24" +packaging = "^22 || ^23 || ^24 || ^25" tomli = { version = "^2.0.1", python = "<3.11" } chardet = "^5.1"