opnsense-ports/textproc/py-cyclonedx-python-lib/files/patch-pyproject.toml
Franco Fichtner d9dcc10009 */*: sync with upstream
Taken from: FreeBSD
2023-08-01 10:51:20 +02:00

15 lines
454 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"
-py-serializable = "^0.11.1"
-sortedcontainers = "^2.4.0"
+packageurl-python = ">= 0.9"
+py-serializable = ">= 0.11.1"
+sortedcontainers = "^2.3.0"
[tool.poetry.dev-dependencies]
ddt = "^1.6.0"