Skip to content

Commit

Permalink
Merge pull request #1724 from openhealthcare/dependabot/pip/requests-…
Browse files Browse the repository at this point in the history
…2.22.0

Bump requests from 2.20.1 to 2.22.0
  • Loading branch information
fredkingham committed Aug 12, 2019
2 parents 965c91d + e72cb77 commit 934728b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Bumps Flake8 version to 3.7.8 - new code will now be required to pass flake8 v3.

* Jinja2: 2.10 -> 2.10.1
* Psycopg2: 2.7.6.1 -> 2.8.3
* Requests: 2.20.1 -> 2.22.0

### 0.16.0 (Major Release)

Expand Down
2 changes: 1 addition & 1 deletion opal/scaffolding/scaffold/requirements.txt.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ django-reversion==3.0.1
#django-axes==1.4.0
ffs==0.0.8.2
letter==0.5
requests==2.20.1
requests==2.22.0
djangorestframework==3.7.4
django-compressor==2.2
python-dateutil==2.7.5
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
'letter==0.5',
'Jinja2==2.10.1',
'django==2.0.13',
'requests==2.20.1',
'requests==2.22.0',
'django-axes==1.7.0',
'djangorestframework==3.7.4',
'django-reversion==3.0.1',
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ coveralls
celery==3.1.25
django-celery==3.2.2
flake8==3.7.8
requests==2.20.1
requests==2.22.0
psycopg2==2.8.3

0 comments on commit 934728b

Please sign in to comment.