Skip to content

Commit

Permalink
Bump wheel version to latest. (#515)
Browse files Browse the repository at this point in the history
After a long release hiatus, wheel has cut more releases beyond our currently pinned version that should be innocuous to consume: https://github.com/pypa/wheel/blob/master/CHANGES.txt
  • Loading branch information
kwlzn authored Jun 15, 2018
1 parent 657a837 commit a6b56dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pex/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
# `packaging.specifiers.SpecifierSet` - indirectly - through `pkg_resources.Requirement.specifier`.
SETUPTOOLS_REQUIREMENT = 'setuptools>=20.3,<34.0'

WHEEL_REQUIREMENT = 'wheel>=0.26.0,<0.30.0'
WHEEL_REQUIREMENT = 'wheel>=0.26.0,<0.32.0'
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ deps =
twitter.common.dirutil>=0.3.1,<0.4.0
twitter.common.lang>=0.3.1,<0.4.0
twitter.common.testing>=0.3.1,<0.4.0
wheel==0.29.0
wheel==0.31.1
packaging==16.8
setuptools<34.0
list-tests: mock==2.0.0
Expand Down

0 comments on commit a6b56dd

Please sign in to comment.