Skip to content

Commit b68f8d8

Browse files
⬆️ Bump wheel from 0.37.1 to 0.38.4 (#234)
* ⬆️ 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] <[email protected]> * 🔧 adapt ver constraint wheel Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: TAHRI Ahmed R <[email protected]>
1 parent 27605b8 commit b68f8d8

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

build-requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
mypy==0.990; python_version >= "3.7"
44
mypy==0.971; python_version < "3.7"
55
build==0.9.0
6-
wheel==0.37.1
6+
wheel==0.38.4; python_version >= "3.7"
7+
wheel==0.37.1; python_version < "3.7"

dev-requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ isort==5.10.1
44
codecov==2.1.12
55
pytest-cov==4.0.0
66
build==0.9.0
7-
wheel==0.37.1
87

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

2322
requests==2.27.1; python_version < "3.7"
2423
requests==2.28.1; python_version >= "3.7"
24+
25+
wheel==0.38.4; python_version >= "3.7"
26+
wheel==0.37.1; python_version < "3.7"

0 commit comments

Comments
 (0)