Bump utils version for new invalid address character

This commit is contained in:
Rebecca Law
2021-05-25 09:14:49 +01:00
parent 2d2c82ca87
commit 9a4b6de37d
7 changed files with 10 additions and 10 deletions

View File

@@ -1413,7 +1413,7 @@ class LetterAddressForm(StripWhitespaceForm):
if address.has_invalid_characters:
raise ValidationError(
'Address lines must not start with any of the following characters: @ ( ) = [ ] ” \\ / , < >'
'Address lines must not start with any of the following characters: @ ( ) = [ ] ” \\ / , < > ~'
)