opnsense-ports/textproc/py-cyclonedx-python-lib/files/patch-pyproject.toml
Franco Fichtner eb3792d105 */*: sync with upstream
Taken from: FreeBSD
2023-07-17 07:53:42 +02:00

14 lines
423 B
TOML

--- pyproject.toml.orig 2023-06-28 15:26:06 UTC
+++ pyproject.toml
@@ -48,9 +48,9 @@ keywords = [
# ATTENTION: keep `deps.lowest.r` file in sync
python = "^3.7"
importlib-metadata = { version = "^3.4.0", python = "<3.8" }
-packageurl-python = ">= 0.11"
+packageurl-python = ">= 0.9"
py-serializable = "^0.11.1"
-sortedcontainers = "^2.4.0"
+sortedcontainers = "^2.3.0"
[tool.poetry.dev-dependencies]
ddt = "^1.6.0"