Skip to content

Commit b44fe1e

Browse files
Bump wheel from 0.45.1 to 0.46.2
Bumps [wheel](https://github.com/pypa/wheel) from 0.45.1 to 0.46.2. - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](pypa/wheel@0.45.1...0.46.2) --- updated-dependencies: - dependency-name: wheel dependency-version: 0.46.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c2e1c26 commit b44fe1e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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==76.0.0',
4-
'wheel==0.45.1'
4+
'wheel==0.46.2'
55
]
66
build-backend = 'setuptools.build_meta'
77

requirements.dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setuptools==76.0.0
55
build==1.2.2.post1 # MIT
6-
wheel==0.45.1 # MIT
6+
wheel==0.46.2 # MIT
77

88
pytest==8.3.5 # MIT
99
pytest-cov==6.0.0 # MIT

0 commit comments

Comments
 (0)