Skip to content

Commit

Permalink
Bump wheel from 0.34.2 to 0.35.0 (#40)
Browse files Browse the repository at this point in the history
Bumps [wheel](https://github.com/pypa/wheel) from 0.34.2 to 0.35.0.
- [Release notes](https://github.com/pypa/wheel/releases)
- [Changelog](https://github.com/pypa/wheel/blob/master/docs/news.rst)
- [Commits](pypa/wheel@0.34.2...0.35.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] committed Aug 14, 2020
1 parent 795d406 commit 6a4ce0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
wheel==0.34.2
wheel==0.35.0
pytest
pytest-cov
pandas==1.1.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
long_description = fh.read()

INSTALL_REQUIRES = (
['wheel==0.34.2']
['wheel==0.35.0']
)

setup(
Expand Down

0 comments on commit 6a4ce0e

Please sign in to comment.