Commit Graph

537 Commits

Author SHA1 Message Date
David McDonald
2745fb70d8 make freeze 2021-03-08 18:48:55 +00:00
pyup-bot
f6c382add5 Update xlrd from 1.2.0 to 2.0.1 2021-03-08 18:48:54 +00:00
pyup-bot
58ed109cc9 Update rsa from 4.7.1 to 4.7.2 2021-03-08 18:48:53 +00:00
pyup-bot
2a0bdbc039 Update phonenumbers from 8.12.18 to 8.12.19 2021-03-08 18:48:52 +00:00
pyup-bot
ae9a4d805e Update idna from 2.10 to 3.1 2021-03-08 18:48:51 +00:00
pyup-bot
ec8595a31e Update docutils from 0.15.2 to 0.16 2021-03-08 18:48:50 +00:00
pyup-bot
21b9bfcc83 Update dnspython from 1.16.0 to 2.1.0 2021-03-08 18:48:49 +00:00
pyup-bot
218f48d285 Update colorama from 0.4.3 to 0.4.4 2021-03-08 18:48:48 +00:00
pyup-bot
b3f338813a Update botocore from 1.20.13 to 1.20.22 2021-03-08 18:48:47 +00:00
pyup-bot
69b9627b88 Update boto3 from 1.17.13 to 1.17.22 2021-03-08 18:48:46 +00:00
pyup-bot
fec79380b6 Update awscli from 1.19.13 to 1.19.22 2021-03-08 18:48:45 +00:00
pyup-bot
71f9b12c08 Update eventlet from 0.30.1 to 0.30.2 2021-03-08 18:48:34 +00:00
David McDonald
5d3054ba7a Rerun freeze-requirements
This importantly upgrades pyyaml which has a security bug in 5.3.1

Note, strangely, I had to delete the requirements.txt file and rerun to
get these requirements to upgrade, otherwise it kept them in place
(maybe some piptools caching stuff not calculating things if it doesn't
think it has been asked to change them).
2021-02-23 11:51:09 +00:00
Ben Thorner
5d946c9d0b Run 'make freeze-requirements' to fix install errors
This downgrades various packages so they are mutually compatible
and "pip install -r requirements.txt" succeeds.

This downgrades to pyyaml 5.3.1, despite it having a security issue,
in order to fix the build for the time being. This also downgrades
dnspython, due to a suspected issue with eventlet [1], which caused
the admin app to start failing with errors like this:

  File "/home/vcap/deps/0/python/lib/python3.6/site-packages/urllib3/connectionpool.py", line 1010, in _validate_conn
    conn.connect()
  File "/home/vcap/deps/0/python/lib/python3.6/site-packages/urllib3/connection.py", line 394, in connect
    cert_reqs=resolve_cert_reqs(self.cert_reqs),
  File "/home/vcap/deps/0/python/lib/python3.6/site-packages/urllib3/util/ssl_.py", line 303, in create_urllib3_context
    context.options |= options
  File "/home/vcap/deps/0/python/lib/python3.6/ssl.py", line 465, in options
    super(SSLContext, SSLContext).options.__set__(self, value)
  File "/home/vcap/deps/0/python/lib/python3.6/ssl.py", line 465, in options
    super(SSLContext, SSLContext).options.__set__(self, value)
  File "/home/vcap/deps/0/python/lib/python3.6/ssl.py", line 465, in options
    super(SSLContext, SSLContext).options.__set__(self, value)
  [Previous line repeated 280 more times]
  RecursionError: maximum recursion depth exceeded while calling a Python object

[1]: https://github.com/eventlet/eventlet/pull/684
2021-02-16 18:09:51 +00:00
Ben Thorner
14ef2b95cd Revert "Revert "Scheduled weekly dependency update for week 07""
This reverts commit e23daa205c.
2021-02-16 16:16:17 +00:00
Pea Tyczynska
7c34a9bd46 Update pyaml 2021-02-16 14:48:43 +00:00
Ben Thorner
e23daa205c Revert "Scheduled weekly dependency update for week 07" 2021-02-16 14:25:43 +00:00
pyup-bot
e28f7da5bf Update xlrd from 1.2.0 to 2.0.1 2021-02-15 13:55:20 +00:00
pyup-bot
44b66ccfe6 Update urllib3 from 1.26.2 to 1.26.3 2021-02-15 13:55:20 +00:00
pyup-bot
30662b123e Update s3transfer from 0.3.3 to 0.3.4 2021-02-15 13:55:20 +00:00
pyup-bot
9f97cc5c45 Update rsa from 4.5 to 4.7 2021-02-15 13:55:19 +00:00
pyup-bot
f46b616b2e Update pyyaml from 5.3.1 to 5.4.1 2021-02-15 13:55:19 +00:00
pyup-bot
b0f772a2cf Update pyjwt from 2.0.0 to 2.0.1 2021-02-15 13:55:19 +00:00
pyup-bot
a0d7cfa904 Update phonenumbers from 8.12.15 to 8.12.18 2021-02-15 13:55:18 +00:00
pyup-bot
123ff1d1a4 Update packaging from 20.8 to 20.9 2021-02-15 13:55:17 +00:00
pyup-bot
087cebb363 Update openpyxl from 3.0.5 to 3.0.6 2021-02-15 13:55:17 +00:00
pyup-bot
c29f67b3f2 Update idna from 2.10 to 3.1 2021-02-15 13:55:16 +00:00
pyup-bot
3e6eccc8fe Update greenlet from 0.4.17 to 1.0.0 2021-02-15 13:55:16 +00:00
pyup-bot
f9198cfc09 Update docutils from 0.15.2 to 0.16 2021-02-15 13:55:16 +00:00
pyup-bot
9bb21c7819 Update dnspython from 1.16.0 to 2.1.0 2021-02-15 13:55:15 +00:00
pyup-bot
678fcc3f7b Update colorama from 0.4.3 to 0.4.4 2021-02-15 13:55:15 +00:00
pyup-bot
a397d5045c Update cachetools from 4.2.0 to 4.2.1 2021-02-15 13:55:15 +00:00
pyup-bot
631171c9f3 Update botocore from 1.19.51 to 1.20.7 2021-02-15 13:55:14 +00:00
pyup-bot
f52a9a83eb Update boto3 from 1.16.51 to 1.17.7 2021-02-15 13:55:14 +00:00
pyup-bot
3304d25ebf Update awscli from 1.18.211 to 1.19.7 2021-02-15 13:55:14 +00:00
pyup-bot
baabff6284 Update notifications-python-client from 5.7.1 to 6.0.2 2021-02-15 13:55:09 +00:00
pyup-bot
ab4466e66f Update eventlet from 0.30.0 to 0.30.1 2021-02-15 13:55:09 +00:00
pyup-bot
c4cc0b9674 Update pytz from 2020.5 to 2021.1 2021-02-15 13:55:08 +00:00
Rebecca Law
f0ce2c6f5b Update utils to version 43.8.
Invalid characters for the first line of a postal address now include < >
2021-02-09 14:07:01 +00:00
Pea Tyczynska
77008fe3cc Update requirements - install patch for jinja2 vulnerability 2021-02-02 17:13:18 +00:00
Chris Hill-Scott
fdb659e2bd Run pip-compile command and commit output
This command freezes all our requirements into the `.txt` files.

We want these files version controlled so that our builds are exactly
reproducible from environment to environment.
2021-01-08 17:02:39 +00:00
Chris Hill-Scott
91b54c2d3b Bump utils to 43.7.0
Changes how we count the length of templates with personalisation
2021-01-07 17:07:47 +00:00
Chris Hill-Scott
8302b2b667 Validate length of broadcast content
Depends on:
- [ ] https://github.com/alphagov/notifications-utils/pull/826/files

Adds error messages for when the content of a broadcast template is too
long.

The error message is explicit when this is cause by non-GSM characters.
We may not want to expose this complexity to our users, but it’s useful
for now while we’re testing things out.
2020-12-29 11:29:57 +00:00
Chris Hill-Scott
37038321ba Freeze requirements 2020-12-29 10:46:09 +00:00
Chris Hill-Scott
81beeb52fe Bump utils to 43.5.8
Changes:
https://github.com/alphagov/notifications-utils/compare/43.5.6...43.5.8
2020-12-18 14:35:15 +00:00
Chris Hill-Scott
8364dda0ba Bump utils to 43.5.6
Changes:
https://github.com/alphagov/notifications-utils/compare/43.5.5...43.5.6
2020-12-14 15:57:37 +00:00
Chris Hill-Scott
5094f700eb Freeze requirements 2020-12-14 15:41:23 +00:00
Chris Hill-Scott
ddac1821da Bump utils to 43.5.5
Changes:
https://github.com/alphagov/notifications-utils/compare/43.5.2...43.5.5
2020-12-08 16:32:18 +00:00
Chris Hill-Scott
6dc84194ff 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:23 +00:00
Tom Byers
09fbd15b2f Merge pull request #3718 from alphagov/bump-utils
Bump utils to 43.5.1
2020-11-19 10:55:08 +00:00