Skip to content

Commit 609c592

Browse files
Merge pull request #314 from vdiaki-se/fix/313-wheel-cve-2026-24049
Add wheel>=0.46.2 to fix CVE-2026-24049
2 parents 16f71a4 + 2296217 commit 609c592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ homepage = "https://github.com/meraki/dashboard-api-python"
2121
repository = "https://github.com/meraki/dashboard-api-python"
2222

2323
[build-system]
24-
requires = ["poetry-core>=2.0.0,<3.0.0","setuptools>=78.1.1,<79.0.0"]
24+
requires = ["poetry-core>=2.0.0,<3.0.0","setuptools>=78.1.1,<79.0.0","wheel>=0.46.2"]
2525
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)