diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-10-11 20:58:26 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-10-11 20:58:26 +0800 |
commit | 3125a0bfaa316a18bfbccb389fdb592432901f86 (patch) | |
tree | 8abd9846e97067d65f0dfceee659702eb73b510a /textproc/py-cyclonedx-python-lib/files/patch-pyproject.toml | |
parent | textproc/py-aeidon: Update to 1.13 (diff) |
textproc/py-cyclonedx-python-lib: Update version requirement of RUN_DEPENDS
- Bump PORTREVISION for package change
Diffstat (limited to 'textproc/py-cyclonedx-python-lib/files/patch-pyproject.toml')
-rw-r--r-- | textproc/py-cyclonedx-python-lib/files/patch-pyproject.toml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/py-cyclonedx-python-lib/files/patch-pyproject.toml b/textproc/py-cyclonedx-python-lib/files/patch-pyproject.toml index e7ff3f9e27b4..775c6a8599e7 100644 --- a/textproc/py-cyclonedx-python-lib/files/patch-pyproject.toml +++ b/textproc/py-cyclonedx-python-lib/files/patch-pyproject.toml @@ -11,16 +11,14 @@ classifiers = [ # Trove classifiers - https://packaging.python.org/specifications/core-metadata/#metadata-classifier # Full list: https://pypi.python.org/pypi?%3Aaction=list_classifiers -@@ -53,9 +49,9 @@ keywords = [ +@@ -53,8 +49,8 @@ keywords = [ [tool.poetry.dependencies] # ATTENTION: keep `deps.lowest.r` file in sync python = "^3.7" -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" + sortedcontainers = "^2.4.0" license-expression = "^30" - [tool.poetry.dev-dependencies] |