Skip to content

Commit

Permalink
build(deps): bump wheel from 0.37.0 to 0.37.1
Browse files Browse the repository at this point in the history
Bumps [wheel](https://github.com/pypa/wheel) from 0.37.0 to 0.37.1.
- [Release notes](https://github.com/pypa/wheel/releases)
- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst)
- [Commits](pypa/wheel@0.37.0...0.37.1)

---
updated-dependencies:
- dependency-name: wheel
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and SlashGordon committed Jan 1, 2022
1 parent 9c28a66 commit af31e32
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.37.0
wheel==0.37.1
pytest
pytest-cov
pandas==1.3.5
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
long_description = fh.read()

INSTALL_REQUIRES = (
['wheel==0.37.0', 'PyYAML==6.0']
['wheel==0.37.1', 'PyYAML==6.0']
)

with open('src/pytickersymbols/__init__.py', 'r') as fd:
Expand Down

0 comments on commit af31e32

Please sign in to comment.