diff --git a/pyproject.toml b/pyproject.toml index 49460466..8f814c21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ python = "^3.8" cyclonedx-python-lib = { version = "^6.1.0", 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" +packaging = "^22||^23 || ^24" tomli = { version = "^2.0.1", python = "<3.11" } chardet = "^5.1"