Skip to content

Commit

Permalink
⬆️ Bump wheel from 0.37.1 to 0.38.4 (#234)
Browse files Browse the repository at this point in the history
* ⬆️ Bump wheel from 0.37.1 to 0.38.4

Bumps [wheel](https://github.com/pypa/wheel) from 0.37.1 to 0.38.4.
- [Release notes](https://github.com/pypa/wheel/releases)
- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst)
- [Commits](pypa/wheel@0.37.1...0.38.4)

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

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

* 🔧 adapt ver constraint wheel

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: TAHRI Ahmed R <Ousret@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and Ousret committed Nov 16, 2022
1 parent 27605b8 commit b68f8d8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build-requirements.txt
Expand Up @@ -3,4 +3,5 @@
mypy==0.990; python_version >= "3.7"
mypy==0.971; python_version < "3.7"
build==0.9.0
wheel==0.37.1
wheel==0.38.4; python_version >= "3.7"
wheel==0.37.1; python_version < "3.7"
4 changes: 3 additions & 1 deletion dev-requirements.txt
Expand Up @@ -4,7 +4,6 @@ isort==5.10.1
codecov==2.1.12
pytest-cov==4.0.0
build==0.9.0
wheel==0.37.1

# The vast majority of project dropped Python 3.6
# This is to ensure build are reproducible >=3.6
Expand All @@ -22,3 +21,6 @@ pytest==7.2.0; python_version >= "3.7"

requests==2.27.1; python_version < "3.7"
requests==2.28.1; python_version >= "3.7"

wheel==0.38.4; python_version >= "3.7"
wheel==0.37.1; python_version < "3.7"

0 comments on commit b68f8d8

Please sign in to comment.