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"