Leo Hemsted
0e7049d49a
freeze-requirements
2020-02-26 17:21:42 +00:00
Chris Hill-Scott
ee71dc7426
Bump utils to fix bleach security vulnerability
2020-02-25 11:02:41 +00:00
David McDonald
7a019df5a2
Catch previously uncaught jwt exceptions added in python client 5.5.0
...
This fixes the test in the previous commit and means we will catch other
unexpected jwt errors which are now raised as `TokenError`s and raise an
AuthError based on this.
This will stop us serving 5xx to users when we don't catch an exception.
Also runs make freeze-requirements
2020-02-14 14:14:13 +00:00
Leo Hemsted
9e84fb2a00
pin marshmallow to <v3
...
also, fix pyup comment syntax. descriptions in pyup comments need to
have an additional # prefix
2020-02-13 12:52:12 +00:00
pyup-bot
bbeb66398d
pyup updates
...
Update cffi from 1.13.1 to 1.13.2
Update jsonschema from 3.1.1 to 3.2.0
Update marshmallow-sqlalchemy from 0.19.0 to 0.21.0
Update marshmallow from 2.20.2 to 3.4.0
Update sqlalchemy from 1.3.10 to 1.3.13
Update notifications-python-client from 5.4.1 to 5.5.1
2020-02-13 12:49:12 +00:00
David McDonald
5a3d2e3162
Use the original version of boto
...
We aren't aware of any reason we need to use our fork of boto anymore.
We therefore swap to use `celery[sqs]` which brings in the original
version of boto and we can remove our use of the fork.
This has been tested by running the celery app and seeing it connect to
sqs and grab messages off a queue.
2020-02-12 15:30:02 +00:00
Leo Hemsted
8d837eff0e
bump gunicorn to v20
...
v20 brings in a host of changes, including a fix for
https://github.com/benoitc/gunicorn/issues/1847 , which was stopping us
upgrading before
2020-02-04 14:21:56 +00:00
Katie Smith
1703ae6031
Bump utils to version 36.5.0
...
This version of utils has the Encryption module included in it.
2020-01-24 13:18:27 +00:00
Leo Hemsted
c3b1766220
bump test requirements
2020-01-06 16:07:06 +00:00
Chris Hill-Scott
462a621256
Remove extraneous spacing characters from text messages
...
Brings in:
- [x] alphagov/notifications-utils#680
2019-12-18 11:24:09 +00:00
David McDonald
946ba993b5
Catch TokenAlgorithmError
...
Instead of letting it go uncaught and causing an error, we now show the
user an appropriate error message.
2019-12-12 10:23:28 +00:00
David McDonald
857550363c
Bring in utils version 36.3.1
...
Fixes a formatting bug to templates
2019-12-09 15:54:28 +00:00
Leo Hemsted
6b9afa358f
update utils to bring in full welsh diacritics range
...
note: this includes updating the MMG api url to their v2a api. Their
previous API doesn't include support for capital o with grave accent
(Ò)
2019-11-28 15:12:52 +00:00
Pea Tyczynska
c17100af37
Bump utils version and improve error message content
2019-11-26 11:19:01 +00:00
Leo Hemsted
5e9a21f5d0
bump requirements
2019-11-18 15:48:38 +00:00
Katie Smith
1d6716275a
Bump utils to bring in changes to logging
...
Freezing the requirements changes the Werkzeug version to 0.16.0, which
requires a change in how we import an exception
(https://github.com/pallets/werkzeug/blob/master/CHANGES.rst#version-0160 )
2019-10-28 10:54:19 +00:00
Leo Hemsted
51f90c17fd
pin marshmallow and update flask error handling
2019-09-04 12:14:28 +01:00
Leo Hemsted
01c702535d
freeze requirements and bump utils
2019-09-04 10:55:22 +01:00
Athanasios Voutsadakis
02f50975b9
Run make freeze-requirements
2019-08-14 11:52:32 +01:00
Leo Hemsted
9726edf68d
bump utils
...
also remove the `read().splitlines()` pattern from csv.reader usage,
as it's redundant. also add .vscode to gitignore to accomodate my
hipster IDE choices, and add some lines to pytest.ini so just running
`py.test` uses some useful flags
2019-08-02 12:41:03 +01:00
Katie Smith
3a9bc36b54
Bump utils to 33.2.4
2019-07-18 15:27:13 +01:00
Katie Smith
db95a8460b
Bump utils to 33.2.3
2019-07-18 14:11:41 +01:00
Chris Hill-Scott
a87a8f3fc6
Bump utils to 33.2.2
...
Changes:
- https://github.com/alphagov/notifications-utils/compare/33.2.1...33.2.2
2019-07-15 15:16:38 +01:00
Chris Hill-Scott
a2e1c812b2
Bump utils to bring in changes to email HTML
...
Changes:
https://github.com/alphagov/notifications-utils/compare/33.1.0...33.2.1
2019-07-10 10:17:19 +01:00
Pea Tyczynska
090769a069
Pull cancellable job statuses from utils and fix tests
2019-07-01 15:45:03 +01:00
Katie Smith
284785a7d7
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:53:07 +01:00
Katie Smith
06d82161cc
Bump utils to 32.0.1
...
This updates requirements and brings in the change to preserve trailing semicolons
on URLs.
2019-06-03 16:15:46 +01:00
Katie Smith
1fac8e8e29
Bump utils to bring in new fragment count for unicode SMS
...
Version 32.0.0 of notifications-utils changes how SMS fragment count is
calculated. Certain Welsh characters will cause the SMS to be encoded in
unicode encoding (instead of GSM) so the fragment counts will be lower.
2019-05-15 14:02:07 +01:00
Leo Hemsted
a46394f997
freeze-requirements
2019-05-09 10:55:41 +01:00
pyup-bot
a22e7a0679
Update cffi from 1.12.2 to 1.12.3
2019-04-29 14:05:47 +01:00
Rebecca Law
37e580eed3
Update requirements
2019-04-29 09:46:16 +01:00
Rebecca Law
ee69e70b76
Bump requirements.
...
Minor weekly updated and a bump for a security alert in urllib3.
Sort list in test, to ensure it passes everytime.
2019-04-26 10:49:25 +01:00
Katie Smith
c02b7edb92
Bump utils to bring in changes to RecipientCSV rows
...
Bumped utils to version 31.2.5, which changes when the rows of a
RecipientCSV get created. Switched to using `.get_rows()` from
RecipientCSV (a generator) instead of the `.rows` property (which builds
a list of the rows in memory).
2019-04-25 10:58:19 +01:00
Rebecca Law
b30969dbcf
Update requirements.txt
2019-04-17 11:35:42 +01:00
Alexey Bezhan
d43b53db73
Stop pyup from trying to upgrade gunicorn
2019-04-10 11:32:11 +01:00
Katie Smith
9b739aaa1c
Upgrade flask-marshmallow from 0.9.0 to 0.10.0
2019-03-22 13:43:36 +00:00
Katie Smith
60be63133c
Upgrade marshmallow from 2.18.1 to 2.19.1
2019-03-22 13:43:36 +00:00
Katie Smith
5d03b92993
Upgrade marshmallow-sqlalchemy from 0.16.0 to 0.16.1
2019-03-22 13:43:36 +00:00
Katie Smith
05ab6ceeef
Upgrade jsonschema from 3.0.0b3 to 3.0.1
...
Running `make freeze-requirements` causes Werkzeug to be updated from
0.14.1 to 0.15.1, which means that we need to change the message of 1
test.
2019-03-22 13:43:26 +00:00
Chris Hill-Scott
f961110603
Bump utils
...
Brings in:
- [ ] https://github.com/alphagov/notifications-utils/pull/592
2019-03-18 16:01:08 +00:00
Leo Hemsted
335eeea235
bump requirements
...
pyup ignore pytest until we sort all the fixtures as functions issues
2019-02-19 16:17:33 +00:00
Leo Hemsted
27fc67bdae
reqs bump
2019-02-06 16:49:56 +00:00
Chris Hill-Scott
406496c2a1
Bump utils to 30.7.5
...
Brings in:
- [x] https://github.com/alphagov/notifications-utils/pull/572
2019-02-01 09:35:42 +00:00
Pea Tyczynska
821a7ccbac
Update requirements with flake8 and subdependencies and fix over-indents
2019-01-31 15:08:23 +00:00
Pea (Malgorzata Tyczynska)
29c1a39016
Merge pull request #2316 from alphagov/pyup-update-psycopg2-binary-2.7.5-to-2.7.7
...
Update psycopg2-binary to 2.7.7
2019-01-25 18:44:20 +00:00
Pea Tyczynska
3f984ecbf6
Update requirements.txt with new version of psycopg2-binary
...
also auto-bumped sub-dependencies.
2019-01-25 18:36:10 +00:00
Pea (Malgorzata Tyczynska)
8995db0e99
Merge pull request #2297 from alphagov/pyup-update-sqlalchemy-1.2.14-to-1.2.16
...
Update sqlalchemy to 1.2.16
2019-01-25 18:08:51 +00:00
Pea Tyczynska
aacd8c7c24
Update requirements.txt version of SQLAlchemy and subdependencies
2019-01-25 18:03:07 +00:00
Pea Tyczynska
eca0afe1ff
Update requirements.txt with new version of Flask-Migrate and subdependencies
2019-01-25 17:17:58 +00:00
Leo Hemsted
5e7bff08aa
Merge pull request #2287 from alphagov/redis-bump
...
bump utils (inc redis bump)
2019-01-11 10:59:46 +00:00