summaryrefslogtreecommitdiff
path: root/textproc/py-cyclonedx-python-lib/files/patch-pyproject.toml
blob: 15889f190805b24f754483d3ba5ff1a68b8b839e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- 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"