Skip to content

Force wheel version to 0.46.3#4767

Open
quis wants to merge 1 commit intomainfrom
wheel-0.46
Open

Force wheel version to 0.46.3#4767
quis wants to merge 1 commit intomainfrom
wheel-0.46

Conversation

@quis
Copy link
Member

@quis quis commented Mar 5, 2026

Fixes https://github.com/alphagov/notifications-api/security/dependabot/99

wheel was introduced when we upgraded click-datetime to version 0.4.

click-datetime pins wheel to a max version of 0.44.x: https://github.com/click-contrib/click-datetime/blob/942964cf71b5c43a542e63e634c934ab29d3daf3/pyproject.toml#L16

Older versions of click-datetime didn’t depend on wheel. By requiring a newer version of wheel, we force the previous version of click-datetime to be installed, without having to pin to an old version of something.

Fixes https://github.com/alphagov/notifications-api/security/dependabot/99

Wheel was introduced when we upgraded `click-datetime` to version 0.4.

`click-datetime` pins `wheel` to a max version of 0.44.x:
https://github.com/click-contrib/click-datetime/blob/942964cf71b5c43a542e63e634c934ab29d3daf3/pyproject.toml#L16

Older versions of `click-datetime` didn’t depend on wheel. By pinning
wheel to a newer version, we force the previous version of
`click-datetime` to be installed, without having to pin to an old
version of something.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant