From df6c8997966e27a40a7275f2025488f8cae0d55a Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Mon, 6 Feb 2017 11:36:38 +0000 Subject: [PATCH] Fix XSS vulnarability with emails MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rolling this into the same PR because it’s just a version bump. Brings in: - [ ] https://github.com/alphagov/notifications-utils/pull/113 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2d4aa0c47..6b9fd0c54 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,4 +29,4 @@ whitenoise==1.0.6 #manages static assets # pin to minor version 3.1.x notifications-python-client>=3.1,<3.2 -git+https://github.com/alphagov/notifications-utils.git@13.3.0#egg=notifications-utils==13.3.0 +git+https://github.com/alphagov/notifications-utils.git@13.3.1#egg=notifications-utils==13.3.1