Skip to content

Commit 4fa5a35

Browse files
authored
feat: support runtime-dependency packaging ^25 (#882)
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent babe0d6 commit 4fa5a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ python = "^3.8"
7272
cyclonedx-python-lib = { version = "^8.0 || ^9.0 || ^10", extras = ["validation"] }
7373
packageurl-python = ">=0.11, <2" # keep in sync with same dep in `cyclonedx-python-lib`
7474
pip-requirements-parser = "^32.0"
75-
packaging = "^22 || ^23 || ^24"
75+
packaging = "^22 || ^23 || ^24 || ^25"
7676
tomli = { version = "^2.0.1", python = "<3.11" }
7777
chardet = "^5.1"
7878

0 commit comments

Comments
 (0)