Skip to content

Commit

Permalink
Be more specific about wtforms version
Browse files Browse the repository at this point in the history
govuk-frontend-wtf requires 3.1+, so we need that as a minimum, but
should be forwards compatible.
  • Loading branch information
samuelhwilliams committed Aug 12, 2024
1 parent ff6940d commit 25c6a7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ sentry-sdk
#-----------------------------------
govuk-frontend-wtf==3.1.0
govuk-frontend-jinja==3.1.0 # Specific for GOV.UK Frontend v5.4.0
wtforms==3.*
wtforms~=3.1

#-----------------------------------
# frontend assets
Expand Down

0 comments on commit 25c6a7e

Please sign in to comment.