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

View File

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