Merge pull request #5782 from Spredzy/top_limit_wheel

requirements_setup_requires: Top limit wheel to less than 42.0.0

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot] 2020-01-28 15:18:05 +00:00 committed by GitHub
commit 490492e505
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ isort
virtualenv
m2r
cffi>=1.1
wheel>=0.33.6
wheel>=0.33.6,<42.0.0
backports.functools_lru_cache
more-itertools==5.0.0
poetry==0.12.17