Skip to content

Commit

Permalink
fix: tightened dependency packageurl-python (#95)
Browse files Browse the repository at this point in the history
fixes #94

Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck committed Dec 9, 2021
1 parent 43fc36e commit eb4ae5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ keywords = [
[tool.poetry.dependencies]
# ATTENTION: keep `requirements.lowest.txt` file in sync
python = "^3.6"
packageurl-python = ">= 0.3"
packageurl-python = ">= 0.9"
requirements_parser = ">= 0.2"
setuptools = ">= 47.0.0"
importlib-metadata = { version = ">= 3.4", python = "< 3.8" }
Expand Down
2 changes: 1 addition & 1 deletion requirements.lowest.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# exactly pinned dependencies to the lowest version regardless of python_version
# see pyptoject file for ranges

packageurl-python == 0.3.0
packageurl-python == 0.9.0
requirements_parser == 0.2.0
setuptools == 47.0.0
importlib-metadata == 3.4.0 # ; python_version < '3.8'
Expand Down

0 comments on commit eb4ae5c

Please sign in to comment.