Skip to content

Commit

Permalink
Fix cython_sources build error (#142)
Browse files Browse the repository at this point in the history
* upgrade lowest to ossindex-lib 1.1.1, which fixes cython_sources error when building PyYAML 5.4.1
  • Loading branch information
bhamail committed Jul 31, 2023
1 parent 821380a commit 47371c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ requests = "^2.31.0"
rich = "^10.10.0"

[tool.poetry.dev-dependencies]
tox = "^3.24.3"
tox = "^3.28.0"
coverage = "^6.2"
flake8 = "^4.0.1"
mypy = ">= 0.920, < 1.00"
Expand Down
2 changes: 1 addition & 1 deletion requirements.lowest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# This file records then lowest supported versions for dependencies.
cyclonedx-bom == 3.0.0rc3
importlib-metadata == 3.7.0 # ; python_version < '3.8'
ossindex-lib == 1.0.0
ossindex-lib == 1.1.1
polling2 == 0.5.0
pyfiglet == 0.7.6
requests == 2.31.0
Expand Down

0 comments on commit 47371c8

Please sign in to comment.