Skip to content

Commit

Permalink
Bump wheel from 0.37.1 to 0.38.1
Browse files Browse the repository at this point in the history
Bumps [wheel](https://github.com/pypa/wheel) from 0.37.1 to 0.38.1.
- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst)
- [Commits](pypa/wheel@0.37.1...0.38.1)

---
updated-dependencies:
- dependency-name: wheel
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 11, 2023
1 parent 982dd38 commit 139a3e5
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,6 +1,6 @@
pip==22.0.4
bump2version==1.0.1
wheel==0.37.1
wheel==0.38.1
watchdog==2.1.6
flake8==4.0.1
tox==3.24.5
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
test_requirements = [
'pip==22.0.4',
'bump2version==1.0.1',
'wheel==0.37.1',
'wheel==0.38.1',
'watchdog==2.1.6',
'flake8==4.0.1',
'tox==3.24.5',
Expand Down

0 comments on commit 139a3e5

Please sign in to comment.