Skip to content

Commit

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

---
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 Nov 9, 2022
1 parent 6525092 commit 86a6eaa
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.38.2
wheel==0.38.3
pytest
pytest-cov
pandas==1.4.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
long_description = fh.read()

INSTALL_REQUIRES = (
['wheel==0.38.2', 'PyYAML==6.0', 'packaging']
['wheel==0.38.3', 'PyYAML==6.0', 'packaging']
)

setup(
Expand Down

0 comments on commit 86a6eaa

Please sign in to comment.