Skip to content

Commit

Permalink
Require wheel at least 0.38.1 (#825)
Browse files Browse the repository at this point in the history
The current pypi package fails snyk with ReDoS (Regex Expression Denial
of Service) security issue.


[SNYK-PYTHON-WHEEL-3180413](https://security.snyk.io/vuln/SNYK-PYTHON-WHEEL-3180413)
  • Loading branch information
aurbina83 authored Mar 30, 2023
1 parent 5389e08 commit 5b09a5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
requires = [
"setuptools>=45",
"setuptools_scm[toml]>=6.2",
"wheel"
"wheel>=0.38.1"
]
build-backend = "setuptools.build_meta"
[tool.setuptools_scm]

0 comments on commit 5b09a5f

Please # to comment.