From e302ac372ed22d2869ebbf428d0120318a87b310 Mon Sep 17 00:00:00 2001 From: Laura Beaufort <31420082+lbeaufort@users.noreply.github.com> Date: Tue, 15 May 2018 14:43:25 -0400 Subject: [PATCH] Update eregs/regulations-site version to 8.4.2 - New version 8.4.2 now throws 404 errors instead of 500 errors for missing regulations (https://github.com/eregs/regulations-site/pull/515) - This will address fec-eregs #385: 404 instead of 500 for missing regulations --- requirements.txt | 4 ++-- requirements_dev.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 75545d7..6ddadb3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ webargs==1.8.1 pyelasticsearch==1.4 django-haystack==2.4.1 psycopg2==2.7.3.2 --e git+https://github.com/18F/regulations-core.git@4.2.0#egg=regcore +regcore==4.2.0 # regulations-site # django, cached-property, six already covered @@ -19,7 +19,7 @@ requests==2.18.4 boto3==1.5.13 celery==4.1.0 requests-toolbelt==0.8.0 --e git+https://github.com/18F/regulations-site.git@8.4.1#egg=regulations +regulations==8.4.2 # fec-specific/cloud.gov cfenv==0.5.3 diff --git a/requirements_dev.txt b/requirements_dev.txt index 4a21b14..76558ba 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -4,4 +4,4 @@ django-debug-toolbar==1.9.1 requests[security] ipdb==0.10.3 ipython>=6.0,<7.0 --e git+https://github.com/18F/regulations-parser.git@4.3.1#egg=regulations_parser +regparser==4.3.1