Skip to content

Commit 2296217

Browse files
committed
Add wheel>=0.46.2 to build-system.requires to fix CVE-2026-24049
1 parent ed9af06 commit 2296217

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)