Skip to content

Commit

Permalink
Merge pull request #10 from portfolioplus/dependabot/pip/wheel-0.33.5
Browse files Browse the repository at this point in the history
Bump wheel from 0.33.4 to 0.33.5
  • Loading branch information
SlashGordon committed Aug 18, 2019
2 parents e59fd42 + e4f1a58 commit f87b44e
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.33.4
wheel==0.33.5
pytest
pytest-cov
pandas==0.24.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
long_description = fh.read()

INSTALL_REQUIRES = (
['wheel==0.33.4']
['wheel==0.33.5']
)

setup(
Expand Down

0 comments on commit f87b44e

Please sign in to comment.