ports/devel/py-pip-audit/files/patch-pyproject.toml
Po-Chuan Hsieh 8743ef6482
devel/py-pip-audit: Allow build with py-cyclonedx-python-lib 10.0.0+
- Bump PORTREVISION for package change

Obtained from:	fe414d39fe
2025-05-18 11:34:41 +08:00

14 lines
494 B
TOML

Obtained from: https://github.com/pypa/pip-audit/commit/fe414d39fedce53f44b91bd3f89d152689141f0c
--- pyproject.toml.orig 2025-04-07 16:45:09 UTC
+++ pyproject.toml
@@ -28,7 +28,7 @@ dependencies = [
]
dependencies = [
"CacheControl[filecache] >= 0.13.0",
- "cyclonedx-python-lib >= 5,< 10",
+ "cyclonedx-python-lib >= 5,< 11",
"packaging>=23.0.0", # https://github.com/pypa/pip-audit/issues/464
"pip-api>=0.0.28",
"pip-requirements-parser>=32.0.0",