Skip to content

Commit c10e6ab

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:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1c18e87 commit c10e6ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ virtualenv-clone==0.5.7; python_version >= '2.7' and python_version not in '3.0,
9292
yapf==0.43.0; python_version >= '3.7'
9393
cython==3.0.11; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
9494
typing==3.7.4.3; python_version < '3.5'
95-
wheel==0.45.1; python_version >= '3.8'
95+
wheel==0.46.2; python_version >= '3.8'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ cython==3.0.11; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2
33
pbr==6.1.0; python_version >= '2.6'
44
pyyaml==6.0.2; python_version >= '3.8'
55
typing==3.7.4.3; python_version < '3.5'
6-
wheel==0.45.1; python_version >= '3.8'
6+
wheel==0.46.2; python_version >= '3.8'

0 commit comments

Comments
 (0)