Skip to content

Commit 6101986

Browse files
authored
fix: adjust dependency pip-requirements-parser to a working version (#450)
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 5a7fb9a commit 6101986

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

poetry.lock

Lines changed: 5 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ python = "^3.6"
4040
cyclonedx-python-lib = ">= 2.0.0, < 4.0.0"
4141
packageurl-python = ">= 0.9"
4242
importlib-metadata = { version = ">= 3.4", python = "< 3.8" }
43-
pip-requirements-parser = "^31.2.0"
43+
pip-requirements-parser = "^32.0.0"
4444
setuptools = ">= 47.0.0"
4545
toml = "^0.10.0"
4646

requirements.lowest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
cyclonedx-python-lib == 2.0.0
55
packageurl-python == 0.10.3
66
importlib-metadata == 3.4.0 # ; python_version < '3.8'
7-
pip-requirements-parser == 31.2.0
7+
pip-requirements-parser == 32.0.0
88
setuptools == 47.0.0
99
types-setuptools == 57.0.0
1010
toml == 0.10.0

0 commit comments

Comments
 (0)