Skip to content

Commit eb4ae5c

Browse files
authored
fix: tightened dependency packageurl-python (#95)
fixes #94 Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent 43fc36e commit eb4ae5c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
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
@@ -43,7 +43,7 @@ keywords = [
4343
[tool.poetry.dependencies]
4444
# ATTENTION: keep `requirements.lowest.txt` file in sync
4545
python = "^3.6"
46-
packageurl-python = ">= 0.3"
46+
packageurl-python = ">= 0.9"
4747
requirements_parser = ">= 0.2"
4848
setuptools = ">= 47.0.0"
4949
importlib-metadata = { version = ">= 3.4", python = "< 3.8" }

requirements.lowest.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# exactly pinned dependencies to the lowest version regardless of python_version
22
# see pyptoject file for ranges
33

4-
packageurl-python == 0.3.0
4+
packageurl-python == 0.9.0
55
requirements_parser == 0.2.0
66
setuptools == 47.0.0
77
importlib-metadata == 3.4.0 # ; python_version < '3.8'

0 commit comments

Comments
 (0)