Commit Graph

250 Commits

Author SHA1 Message Date
Chris Hill-Scott
bb460bd300 Enable Markdown links in emails
Depends on:
- [ ] https://github.com/alphagov/notifications-utils/pull/293
- [ ] https://github.com/alphagov/notifications-api/pull/1535
2018-01-02 11:23:32 +00:00
Leo Hemsted
21961a3bd2 bump utils
utils no longer needs smartypants from git
2017-12-28 10:08:16 +00:00
Leo Hemsted
a6d2f9cf4d Update requirements.txt
bring in all pyup changes
2017-12-28 10:00:55 +00:00
pyup-bot
d6ba0546f9 Update pyexcel-xlsx from 0.5.4 to 0.5.5 2017-12-20 12:32:52 +00:00
Chris Hill-Scott
5b435c5457 Add undocumented support for <hr>s in emails
Implements:
- [x] https://github.com/alphagov/notifications-utils/pull/275/files
2017-12-11 16:36:03 +00:00
pyup-bot
34aca4de5b Update pyexcel-xls from 0.5.4 to 0.5.5 2017-12-11 10:41:20 +00:00
kentsanggds
3f76930dbe Add smartypants in requirements.txt 2017-12-07 16:13:30 +00:00
kentsanggds
1c60a4cea2 Update requirements.txt 2017-12-07 15:07:44 +00:00
kentsanggds
a3a41cfe19 Update requirements.txt to fix html5lib issue
Update to latest version of notifications utils in order to fix issue in html5lib which is being used by bleach in utils.
2017-12-07 14:51:57 +00:00
pyup-bot
5f4e7ffe6a Update flask-login from 0.4.0 to 0.4.1 2017-12-02 02:50:50 +00:00
pyup-bot
9c2764ad5b Update awscli from 1.13.0 to 1.14.2 2017-11-30 20:18:45 +00:00
pyup-bot
64d28fc9fc Pin awscli to latest version 1.13.0 2017-11-29 09:48:43 +00:00
Leo Hemsted
36b95a740e update utils to 23.1.0 - to show alphanumeric inbound messages on the frontend 2017-11-23 16:40:29 +00:00
pyup-bot
975a18db71 Update boto3 from 1.4.7 to 1.4.8 2017-11-22 07:48:29 +00:00
Athanasios Voutsadakis
d74b104bfe Bump utils version 2017-11-17 14:43:57 +00:00
Athanasios Voutsadakis
0e9291c9d8 Add CHECK_PROXY_HEADER flag and bump utils 2017-11-16 16:33:21 +00:00
Athanasios Voutsadakis
fce8129f3e Merge branch 'master' into add_proxy_header_check 2017-11-16 11:09:32 +00:00
Leo Hemsted
b8c8372f77 Merge pull request #1617 from alphagov/remove-flask-script
remove flask-script
2017-11-15 17:47:30 +00:00
Athanasios Voutsadakis
5b978bc0f4 Bump utils version in requirements 2017-11-14 15:26:07 +00:00
pyup-bot
27254599e5 Update pyexcel-io from 0.5.3 to 0.5.4 2017-11-10 21:17:59 +00:00
Chris Hill-Scott
a988abefee Merge pull request #1613 from alphagov/pyup-update-notifications-python-client-4.5.0-to-4.6.0
Update notifications-python-client to 4.6.0
2017-11-07 17:13:45 +00:00
Leo Hemsted
4aeb57567a remove flask-script
flask-script has been deprecated by the internal flask.cli module, but
making this carries a few changes with it

* you should add FLASK_APP=application.py and FLASK_DEBUG=1 to your
  environment.sh.
* instead of using `python app.py runserver`, now you must run
  `flask run -p 6012`. The -p command is important - the port must be
  set before the config is loaded, so that it can live reload nicely.
  (https://github.com/pallets/flask/issues/2113#issuecomment-268014481)
* find available commands by just running `flask`.
* run them using flask. eg `flask list_routes`
* define new tasks by giving them the decorator
  `@app.cli.command('task-name')`. Task name isn't needed if it's just
  the same as the function name. Alternatively, if app isn't available
  in the current scope, you can invoke the decorator directly, as seen
  in app/commands.py
2017-11-06 17:33:04 +00:00
pyup-bot
3c9ef52ffb Update pyexcel-xlsx from 0.5.2 to 0.5.4 2017-11-06 15:45:20 +00:00
pyup-bot
0071e37e61 Update notifications-python-client from 4.5.0 to 4.6.0 2017-11-06 11:47:51 +00:00
pyup-bot
660ef8db6b Update pyexcel-xls from 0.5.2 to 0.5.4 2017-11-02 23:32:46 +00:00
pyup-bot
2ec3c26b2e Update pytz from 2017.2 to 2017.3 2017-10-30 14:25:43 +00:00
Chris Hill-Scott
9ca41157bf Merge pull request #1569 from alphagov/pyup-update-notifications-python-client-4.4.0-to-4.5.0
Update notifications-python-client to 4.5.0
2017-10-24 11:22:48 +01:00
Chris Hill-Scott
3d3206c61a Merge pull request #1578 from alphagov/pyup-update-pyexcel-io-0.5.2-to-0.5.3
Update pyexcel-io to 0.5.3
2017-10-24 11:22:06 +01:00
Chris Hill-Scott
57a6614625 Merge pull request #1576 from alphagov/pyup-update-pyexcel-xlsx-0.5.1-to-0.5.2
Update pyexcel-xlsx to 0.5.2
2017-10-24 11:21:57 +01:00
pyup-bot
fdef6bfc73 Update pyexcel-io from 0.5.2 to 0.5.3 2017-10-24 11:04:20 +01:00
Chris Hill-Scott
ed53812b96 Merge pull request #1570 from alphagov/pyup-update-pyexcel-0.5.5-to-0.5.6
Update pyexcel to 0.5.6
2017-10-24 11:03:10 +01:00
pyup-bot
c49d8b8507 Update pyexcel-xlsx from 0.5.1 to 0.5.2 2017-10-24 11:02:14 +01:00
Chris Hill-Scott
0368c1bdef Merge pull request #1572 from alphagov/pyup-update-pyexcel-xls-0.5.1-to-0.5.2
Update pyexcel-xls to 0.5.2
2017-10-24 11:01:50 +01:00
pyup-bot
626c6469ee Update pyexcel-ods3 from 0.5.1 to 0.5.2 2017-10-23 19:02:35 +01:00
pyup-bot
45468a4513 Update pyexcel-xls from 0.5.1 to 0.5.2 2017-10-23 19:02:27 +01:00
pyup-bot
94224f71ba Update pyexcel from 0.5.5 to 0.5.6 2017-10-23 18:17:29 +01:00
pyup-bot
e7a3772c47 Update notifications-python-client from 4.4.0 to 4.5.0 2017-10-23 17:47:28 +01:00
pyup-bot
1615688c47 Update pyexcel-xlsx from 0.5.0.1 to 0.5.1 2017-10-20 11:20:19 +01:00
Chris Hill-Scott
0813406de6 Merge pull request #1563 from alphagov/pyup-update-pyexcel-xls-0.5.0-to-0.5.1
Update pyexcel-xls to 0.5.1
2017-10-20 11:20:01 +01:00
pyup-bot
87400796e0 Update pyexcel-xls from 0.5.0 to 0.5.1 2017-10-20 11:12:15 +01:00
pyup-bot
26e66fddb3 Update pyexcel from 0.5.4 to 0.5.5 2017-10-20 11:12:03 +01:00
Chris Hill-Scott
dd4c99199e Merge pull request #1558 from alphagov/pyup-update-pyexcel-io-0.5.1-to-0.5.2
Update pyexcel-io to 0.5.2
2017-10-20 11:11:28 +01:00
pyup-bot
6727ae67bc Update pyexcel-ods3 from 0.5.0 to 0.5.1 2017-10-20 08:32:29 +01:00
pyup-bot
2961aebf24 Update pyexcel-io from 0.5.1 to 0.5.2 2017-10-20 07:47:28 +01:00
Leo Hemsted
819611728c log json to stdout 2017-10-17 14:23:15 +01:00
pyup-bot
07d0661425 Update ago from 0.0.9 to 0.0.92 2017-10-15 02:02:12 +01:00
Chris Hill-Scott
6f2e1e1c87 Remove cffi
It doesn’t seem to be used; tests pass without it being installed.

Was added in 10950bb8a6 with no explanation as to why it’s needed…
2017-10-04 10:39:57 +01:00
pyup-bot
9f554f1e4c Update cffi from 1.11.0 to 1.11.1 2017-10-04 08:32:56 +01:00
pyup-bot
64f722e35f Update pyexcel from 0.5.3 to 0.5.4 2017-09-27 13:31:44 +01:00
pyup-bot
298070d6c0 Update whitenoise from 3.3.0 to 3.3.1 2017-09-23 18:37:39 +01:00