Skip to content

Commit 8cb7817

Browse files
[Dependabot]: Update wheel requirement from ~=0.45.0 to ~=0.46.3
Updates the requirements on [wheel](https://github.com/pypa/wheel) to permit the latest version. - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](pypa/wheel@0.45.0...0.46.3) --- updated-dependencies: - dependency-name: wheel dependency-version: 0.46.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2033190 commit 8cb7817

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
wheel ~= 0.45.0
1+
wheel ~= 0.46.3
22
twine ~= 6.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
33
"setuptools >= 80.0",
4-
"wheel ~= 0.45.0",
4+
"wheel ~= 0.46.3",
55
"pyTooling ~= 8.11"
66
]
77
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)