Leo Hemsted
ee2bec2f72
pin marshmallow-sqlalchemy
...
to keep marshmallow <=3.0 dep
2020-12-31 13:56:18 +00:00
Leo Hemsted
156c7aa32a
bump python client
...
brings in jwt2.0 compat
2020-12-31 13:56:04 +00:00
pyup-bot
b298440f00
Update sqlalchemy from 1.3.20 to 1.3.22
2020-12-31 13:55:37 +00:00
pyup-bot
97d35b86b5
Update pyjwt from 1.7.1 to 2.0.0
2020-12-31 13:55:37 +00:00
pyup-bot
659a43e435
Update cachetools from 4.1.1 to 4.2.0
2020-12-31 13:55:37 +00:00
pyup-bot
e4c5633150
Update eventlet from 0.29.1 to 0.30.0
2020-12-31 13:55:37 +00:00
pyup-bot
0c0821b9f9
Update prometheus-client from 0.8.0 to 0.9.0
2020-12-31 13:55:37 +00:00
pyup-bot
39877e1e40
Update marshmallow-sqlalchemy from 0.23.1 to 0.24.1
2020-12-31 13:55:37 +00:00
pyup-bot
e560b4a972
Update flask-marshmallow from 0.11.0 to 0.14.0
2020-12-31 13:55:37 +00:00
pyup-bot
20994c2d5d
Update cffi from 1.14.3 to 1.14.4
2020-12-31 13:55:37 +00:00
Chris Hill-Scott
b6734d25d0
Bump utils to 43.5.9
...
Changes:
https://github.com/alphagov/notifications-utils/compare/43.5.8...43.5.9
2020-12-18 15:37:15 +00:00
Chris Hill-Scott
4e009af2f7
Bump utils to 43.5.8
...
Changes:
https://github.com/alphagov/notifications-utils/compare/43.5.7...43.5.8
2020-12-18 14:35:16 +00:00
Pea Tyczynska
4fc3f95c41
Increase email size limit to 2MBby pulling in new utils
...
This is because GOV.UK has hit the email size limit with their
weekly digest email.
2020-12-16 15:59:49 +00:00
Chris Hill-Scott
2165cbaf76
Bump utils to 43.5.6
...
Changes:
https://github.com/alphagov/notifications-utils/compare/43.5.4...43.5.6
2020-12-11 10:56:06 +00:00
Leo Hemsted
dc881b262e
bump utils
...
this is to fix pip errors due to bad requirements
2020-12-07 14:35:06 +00:00
Chris Hill-Scott
a497788740
Bump utils to 43.5.2
...
Brings in:
- [x] https://github.com/alphagov/notifications-utils/pull/808/files
Changes:
- https://github.com/alphagov/notifications-utils/compare/43.5.1...43.5.2
2020-11-30 10:52:48 +00:00
Tom Byers
2021555a07
Bump utils to 43.5.1
...
Brings in
https://github.com/alphagov/notifications-utils/pull/807
which removes a hack we had in our email template
to deal with this bug:
https://www.pivotaltracker.com/story/show/161183433
This behaviour is no longer happening so this
removes the hack.
See
https://www.pivotaltracker.com/story/show/161183433/comments/219297211
for evidence of the change in behaviour.
2020-11-18 16:43:22 +00:00
Katie Smith
47e427d0a9
Bump notifications-utils to 43.5.0
...
This version changes the `.fragment_count` method of the
`BaseSMSTemplate` class to take extended GSM characters into account.
2020-11-17 09:46:26 +00:00
Rebecca Law
2e114b7404
Bump utils requirement
2020-11-16 14:04:37 +00:00
Rebecca Law
171bc74c69
Rename check_character_count method to check_is_message_to_long.
...
Add different error message for email and text if content is too long.
Use utils version with is_message_too_long method implemented for email templates.
2020-11-09 16:06:57 +00:00
pyup-bot
b2fe9d0a6f
Update sqlalchemy from 1.3.19 to 1.3.20
2020-11-06 10:51:09 +00:00
pyup-bot
87a093845a
Update psycopg2-binary from 2.8.5 to 2.8.6
2020-11-06 10:51:09 +00:00
pyup-bot
a3ba4b3e3d
Update iso8601 from 0.1.12 to 0.1.13
2020-11-06 10:51:09 +00:00
pyup-bot
73ca396504
Update eventlet from 0.27.0 to 0.29.1
2020-11-06 10:51:09 +00:00
pyup-bot
8cb1797ec4
Update cffi from 1.14.2 to 1.14.3
2020-11-04 13:00:02 +00:00
Katie Smith
c4075f1fc0
Revert "Tailor message-too-long error message depending on the notification type"
2020-11-03 10:55:15 +00:00
Pea Tyczynska
9708b09ba3
Tailor message-too-long error message
...
depending on the notification type.
Up until now, only sms messages could get message-too-long error,
but now we also need to validate the size of email messages, so
the message content needs to be tailored to the notification type.
2020-10-29 14:07:48 +00:00
Chris Hill-Scott
28f01bd776
Use utils template to format broadcast content
...
Brings in:
- [x] https://github.com/alphagov/notifications-utils/pull/801
Formats the content of the template at the time of creating the event.
This means that any downstream code (eg Celery tasks) can assume the
content is already formatted correctly.
Also, these downstream tasks don’t know which template the broadcast
was created from, so if we support personalisation in the future this is
the most sensible place to bring together the template and the
personalisation.
---
I had to re-create some of the deleted code from utils for stuff like
formatting the timestamp to the CAP standard.
2020-10-27 10:55:26 +00:00
Chris Hill-Scott
29ff625a4b
Bump utils to 42.2.1
...
Changes: https://github.com/alphagov/notifications-utils/compare/42.2.0...42.2.1
2020-09-29 12:34:44 +01:00
Chris Hill-Scott
379a227a1d
Bump utils to 42.2.0
...
Increases CSV row limit from 50,000 to 100,000
Changes: https://github.com/alphagov/notifications-utils/compare/42.0.0...42.2.0
2020-09-25 18:16:14 +01:00
David McDonald
5b2dee5ddb
Bump utils to 42.0.0
...
Requires unit test updating as we now expect broadcast event areas to
be a dict containing a list of areas and simple polygons.
2020-09-14 15:21:55 +01:00
David McDonald
288e3ae811
Bring in latest version of utils to fix link breaking bug
...
Fixes https://github.com/alphagov/notifications-utils/pull/784
Note, also is a breaking change of the utils, see
https://github.com/alphagov/notifications-utils/pull/769
but I don't believe it requires any changes on the API because of this
2020-09-10 14:32:02 +01:00
David McDonald
86565fcee9
make freeze
2020-09-07 14:24:13 +01:00
pyup-bot
87599dce4a
Update sqlalchemy from 1.3.18 to 1.3.19
2020-09-02 14:00:06 +01:00
pyup-bot
c5688dde2b
Update eventlet from 0.26.1 to 0.27.0
2020-09-02 14:00:05 +01:00
pyup-bot
e7e1e9d478
Update flask-marshmallow from 0.11.0 to 0.13.0
2020-09-02 14:00:04 +01:00
pyup-bot
90045646d3
Update cffi from 1.14.1 to 1.14.2
2020-09-02 14:00:03 +01:00
David McDonald
1b36a75927
Dont upgrade flask marshmallow as breaks things
2020-08-18 12:04:48 +01:00
pyup-bot
8cf92bd8d8
Update gds-metrics from 0.2.2 to 0.2.4
2020-08-18 09:58:36 +01:00
pyup-bot
695aefc014
Update prometheus-client from 0.7.1 to 0.8.0
2020-08-18 09:58:36 +01:00
pyup-bot
8faa8392e6
Update notifications-python-client from 5.5.1 to 5.7.0
2020-08-18 09:58:36 +01:00
pyup-bot
d8b5d99c4b
Update cachetools from 4.1.0 to 4.1.1
2020-08-18 09:58:36 +01:00
pyup-bot
70f070e6b5
Update sqlalchemy from 1.3.17 to 1.3.18
2020-08-18 09:58:36 +01:00
pyup-bot
92fb28e6ec
Update marshmallow-sqlalchemy from 0.23.0 to 0.23.1
2020-08-18 09:58:36 +01:00
pyup-bot
5dbc6fac3f
Update flask-marshmallow from 0.11.0 to 0.13.0
2020-08-18 09:58:36 +01:00
pyup-bot
231fca04ec
Update cffi from 1.14.0 to 1.14.1
2020-08-18 09:58:36 +01:00
Leo Hemsted
1c48e2efb2
reqs bump
2020-08-14 10:47:28 +01:00
Katie Smith
baebc5bdaf
Bump eventlet
...
dnspython had been changed from 1.16.0 to 2.0.0 in a previous commit,
but this was not compatible with eventlet 0.25.2. This bumps eventlet to
a later version, which has the effect of downgrading dnspython again.
2020-07-31 10:36:09 +01:00
Katie Smith
4931fc396c
Bump utils to 40.6.0
...
This brings in validation for invalid characters in address lines.
2020-07-31 08:58:56 +01:00
David McDonald
34538bcad8
Fix risk of uncaught exceptions due to gds metrics
...
Similar to https://github.com/alphagov/notifications-admin/pull/3510
Because of https://github.com/alphagov/gds_metrics_python/pull/8
2020-07-10 10:37:09 +01:00