Skip to content

Commit 0c936b7

Browse files
Bump wheel from 0.45.1 to 0.46.2 in /.github/workflows/requirements
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 6743c48 commit 0c936b7

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/workflows/requirements/base.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ packaging==25.0 \
292292
# build
293293
# pytest
294294
# twine
295+
# wheel
295296
pluggy==1.5.0 \
296297
--hash=sha256:2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1 \
297298
--hash=sha256:44e1ad92c8ca002de6377e165f3e0f1be63266ab4d554740532335b9d75ea669
@@ -352,9 +353,9 @@ urllib3==2.6.0 \
352353
# via
353354
# requests
354355
# twine
355-
wheel==0.45.1 \
356-
--hash=sha256:661e1abd9198507b1409a20c02106d9670b2576e916d58f520316666abca6729 \
357-
--hash=sha256:708e7481cc80179af0e556bbf0cc00b8444c7321e2700b8d8580231d13017248
356+
wheel==0.46.2 \
357+
--hash=sha256:33ae60725d69eaa249bc1982e739943c23b34b58d51f1cb6253453773aca6e65 \
358+
--hash=sha256:3d79e48fde9847618a5a181f3cc35764c349c752e2fe911e65fa17faab9809b0
358359
# via -r base.in
359360
zipp==3.20.0 \
360361
--hash=sha256:0145e43d89664cfe1a2e533adc75adafed82fe2da404b4bbb6b026c0157bdb31 \

.github/workflows/requirements/cibuildwheel.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ packaging==25.0 \
4848
# build
4949
# cibuildwheel
5050
# dependency-groups
51+
# wheel
5152
platformdirs==4.1.0 \
5253
--hash=sha256:11c8f37bcca40db96d8144522d925583bdb7a31f7b0e37e3ed4318400a8e2380 \
5354
--hash=sha256:906d548203468492d432bcb294d4bc2fff751bf84971fbb2c10918cc206ee420
@@ -62,9 +63,9 @@ pyproject-hooks==1.2.0 \
6263
# via
6364
# -c base.txt
6465
# build
65-
wheel==0.45.1 \
66-
--hash=sha256:661e1abd9198507b1409a20c02106d9670b2576e916d58f520316666abca6729 \
67-
--hash=sha256:708e7481cc80179af0e556bbf0cc00b8444c7321e2700b8d8580231d13017248
66+
wheel==0.46.2 \
67+
--hash=sha256:33ae60725d69eaa249bc1982e739943c23b34b58d51f1cb6253453773aca6e65 \
68+
--hash=sha256:3d79e48fde9847618a5a181f3cc35764c349c752e2fe911e65fa17faab9809b0
6869
# via
6970
# -c base.txt
7071
# cibuildwheel

0 commit comments

Comments
 (0)