Commit Graph

88 Commits

Author SHA1 Message Date
Katie Smith
f04512a31d Bump utils 2019-09-12 09:54:35 +01:00
Leo Hemsted
6f99e55594 utils bump 2019-09-04 10:57:48 +01:00
Chris Hill-Scott
2fe7887ec6 Merge pull request #3113 from alphagov/remove-expanded
Update utils to remove toggle for expanding email previews
2019-09-03 09:15:28 +01:00
Chris Hill-Scott
1f2863a48d Merge pull request #3102 from alphagov/pyup-scheduled-update-2019-08-26
Scheduled weekly dependency update for week 34
2019-09-03 09:15:16 +01:00
Chris Hill-Scott
17b8c0194b Update utils and remove expanded argument
This argument was removed in https://github.com/alphagov/notifications-utils/pull/643
2019-09-02 17:04:53 +01:00
Athanasios Voutsadakis
c35e2c1270 Bump utils to 33.2.9 2019-08-29 14:46:59 +01:00
pyup-bot
104a674de2 Update eventlet from 0.25.0 to 0.25.1 2019-08-29 13:48:23 +01:00
pyup-bot
0c01fb80e6 Update pytz from 2019.1 to 2019.2 2019-08-29 13:48:23 +01:00
pyup-bot
3cbb1fa720 Update pyexcel-io from 0.5.18 to 0.5.20 2019-08-29 13:48:22 +01:00
pyup-bot
e7b2300b69 Update pyexcel from 0.5.14 to 0.5.15 2019-08-29 13:48:22 +01:00
pyup-bot
5da63cc6fb Update flask from 1.0.3 to 1.1.1 2019-08-29 13:48:21 +01:00
Leo Hemsted
1d67c82f0f utils bump
also dont use splitlines on csv data, there might be quoted newlines we dont want to split on
2019-08-02 14:34:05 +01:00
Katie Smith
f50dc29e92 Bump utils to 33.2.4 2019-07-18 15:30:09 +01:00
Pea Tyczynska
b5db1ce61e Pull in latest utils 2019-07-04 14:44:21 +01:00
Katie Smith
a9ff4b1d48 Bump utils to add alt text to email branding
Utils 33.0.0 adds alt text to email branding - the HTMLEmailTemplate now
initializes slightly differently as a result (with both `branding_name`
and `branding_text`).
2019-06-25 16:56:45 +01:00
pyup-bot
32e2abd59c Update pyexcel-io from 0.5.17 to 0.5.18 2019-06-19 13:32:57 +01:00
pyup-bot
29f56aeca9 Update pyexcel from 0.5.13 to 0.5.14 2019-06-19 13:32:56 +01:00
pyup-bot
17c3019d53 Update eventlet from 0.24.1 to 0.25.0 2019-06-04 14:48:49 +01:00
Katie Smith
53fb9197e3 Bump utils to 32.0.1
This updates requirements and brings in the change to preserve trailing semicolons
on URLs.
2019-06-03 16:14:46 +01:00
pyup-bot
4a7c0c8594 Update flask from 1.0.2 to 1.0.3 2019-05-20 14:55:06 +01:00
Katie Smith
5be6b41195 Allow Welsh characters in SMS
- This brings in the latest version of notifications-utils which
allows Welsh characters in SMS templates.
- Updated the pricing page to show the new prices for SMS with certain
Welsh characters
2019-05-15 14:20:49 +01:00
Pea Tyczynska
a99a08ebf2 Update utils version to fix duplicate columns in csv upload bug
When one of our users uploaded a csv with two phone number columns
and missing data for one of those duplicate columns, our app
crashed. We fixed the code in utils that was crashing now and
we are propagating this change to our service through updating
utils version in this commit.
2019-05-09 14:54:38 +01:00
Katie Smith
b9648d3129 Bump utils to 31.2.5 2019-04-25 11:13:48 +01:00
pyup-bot
01ab517a31 Update pytz from 2018.9 to 2019.1 2019-04-16 15:47:53 +01:00
pyup-bot
386cdc5eaf Update pyexcel-io from 0.5.16 to 0.5.17 2019-04-16 15:47:53 +01:00
Alexey Bezhan
3c302e4595 Stop pyup from trying to upgrade gunicorn 2019-04-10 11:04:55 +01:00
Leo Hemsted
16d1526c46 bump utils to 31.2.4
brings in dev logging filter
2019-04-04 14:05:15 +01:00
Katie Smith
615abf21e5 Upgrade pyexcel from 0.5.10 to 0.5.13 2019-03-22 14:18:44 +00:00
Katie Smith
c675925fd1 Upgrade pyexcel-io, which also upgrades Werkzeug
Upgraded pyexcel-io from 0.5.14 to 0.5.16. This change causes Werkzeug
to be upgraded from 0.14.1 to 0.15.1 which requires some changes:

* ProxyFix now needs to be imported from a different location
* The status code of RequestRedirect has changed from 301 to 308. Since
status code 308 is not currently supported on Internet Explorer with
Windows 7 and 8.1, this subclasses RequestRedirect to keep the status
code of 301.

changelog: https://werkzeug.palletsprojects.com/en/0.15.x/changes/#version-0-15-0
2019-03-22 14:18:44 +00:00
Chris Hill-Scott
43c53c6a94 Bump utils
Brings in:
- [ ] https://github.com/alphagov/notifications-utils/pull/592
2019-03-18 14:53:38 +00:00
Leo Hemsted
6178357237 pyexcel reqs bumps 2019-02-21 16:39:25 +00:00
Leo Hemsted
f6513613d3 bump utils to bring in redis changes
also set redis url locally to be localhost. redis is disabled by
default so this won't do anything unless you set REDIS_ENABLED=1 as an
environment variable
2019-02-15 11:44:08 +00:00
pyup-bot
154bfdd711 Update notifications-python-client from 5.2.0 to 5.3.0 2019-02-08 15:24:33 +00:00
Chris Hill-Scott
cd70355db8 Display postage everywhere we display a letter
To avoid the problem of having confusing defaults, the postage is now
set explicitly on every template.

Putting the postage ‘inside’ the letter template makes the interaction
for changing it consistent with how other parts of the template are
added.

Plus everyone loves skeumorphism.
2019-02-06 14:37:16 +00:00
Chris Hill-Scott
6df543cdc2 Bump utils to 30.7.5
Brings in:
- [x] https://github.com/alphagov/notifications-utils/pull/572
2019-02-01 09:37:02 +00:00
pyup-bot
3ffe77972f Update pytz from 2018.7 to 2018.9 2019-01-10 13:34:25 +00:00
Leo Hemsted
c379239a9e bump utils
brings in redis 3
2019-01-08 15:00:42 +00:00
Leo Hemsted
addb54b84f bump utils
brings in alphagov/notifications-utils#563
2019-01-04 16:21:12 +00:00
Chris Hill-Scott
5298c20890 Bump utils to 30.7.2 2019-01-02 15:45:21 +00:00
Chris Hill-Scott
23d00aacfd Remove WhiteNoise
We’re now serving assets from S3 when running on PaaS. So we’ll set
the appropriate caching headers there or in Cloudfront. This means that
the app no longer needs to serve cache headers, which is what we were
using WhiteNoise for.

This commits removes WhiteNoise in favour of letting Flask handle the
serving of static assets.
2018-12-21 10:44:20 +00:00
pyup-bot
c14cf078d6 Update pyexcel-io from 0.5.10 to 0.5.11 2018-12-14 13:27:32 +00:00
pyup-bot
78a580d029 Update pyexcel from 0.5.9.1 to 0.5.10 2018-12-14 13:10:42 +00:00
Alexey Bezhan
65f0416b77 Update utils to 30.7.1 to silence 'Header missing' warnings
Brings in changes from https://github.com/alphagov/notifications-utils/pull/553
2018-11-27 15:40:05 +00:00
Chris Hill-Scott
e5f22a3fc2 Merge pull request #2520 from alphagov/pyup-update-whitenoise-4.1.1-to-4.1.2
Update whitenoise to 4.1.2
2018-11-27 10:22:56 +00:00
Chris Hill-Scott
d03b3b3d67 Merge pull request #2537 from alphagov/pyup-update-pyexcel-ods3-0.5.2-to-0.5.3
Update pyexcel-ods3 to 0.5.3
2018-11-27 10:15:26 +00:00
Chris Hill-Scott
9a589ff98b Merge branch 'master' into pyup-update-whitenoise-4.1.1-to-4.1.2 2018-11-27 10:09:31 +00:00
pyup-bot
ff3be89b8e Update pyexcel-ods3 from 0.5.2 to 0.5.3 2018-11-27 08:03:16 +00:00
pyup-bot
9c74a935b9 Update pyexcel-io from 0.5.9.1 to 0.5.10 2018-11-27 08:03:12 +00:00
Katie Smith
c48f54aba4 Bump notifications-utils to 30.7.0
Bumped the notifications-utils version. The `gmt_timezones` function in
this repo and the `utc_string_to_aware_gmt_datetime` in
notifications-utils are the same, so have updated the code to always use
the version in utils.
2018-11-26 14:43:42 +00:00
pyup-bot
d6540211fe Update whitenoise from 4.1.1 to 4.1.2 2018-11-20 16:33:52 +00:00