Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
Update eregs/regulations-site version to 8.4.2
Browse files Browse the repository at this point in the history
- New version 8.4.2 now throws 404 errors instead of 500 errors for missing regulations (eregs/regulations-site#515)
- This will address fec-eregs #385: 404 instead of 500 for missing regulations
  • Loading branch information
lbeaufort committed May 15, 2018
1 parent d66d80e commit e302ac3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e302ac3

Please sign in to comment.