Skip to content

Commit

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

[Security] Bump requests from 2.18.4 to 2.20.0
  • Loading branch information
fredkingham committed Nov 5, 2018
2 parents b13c275 + 046d13e commit cfc66f1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions changelog.md
Expand Up @@ -106,6 +106,7 @@ including the `reopen_episode_modal.html` template and the url/view at `template
#### Updates to the Dependency Graph

* Letter: 0.4.1 -> 0.5
* Requests: 2.18.4 -> 2.20.0


### 0.12.0 (Major Release)
Expand Down
1 change: 1 addition & 0 deletions doc/docs/reference/upgrading.md
Expand Up @@ -17,6 +17,7 @@ you have specified them in for instance, a requirements.txt.
# requirements.txt
opal==0.10.0
letter==0.5
requests=2.20.0

#### Free text or foreign key fields are now, by default case insensitive

Expand Down
2 changes: 1 addition & 1 deletion opal/scaffolding/scaffold/requirements.txt.jinja2
Expand Up @@ -10,7 +10,7 @@ django-reversion==1.10.2
django-axes==1.7.0
ffs==0.0.8.2
letter==0.5
requests==2.18.4
requests==2.20.0
djangorestframework==3.4.7
django-compressor==2.2
python-dateutil==2.4.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -48,7 +48,7 @@
'ffs>=0.0.8.2',
'letter==0.5',
'jinja2==2.10',
'requests==2.18.4',
'requests==2.20.0',
'django==1.10.8',
'django-reversion==1.10.2',
'django-axes==1.7.0',
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Expand Up @@ -6,5 +6,5 @@ coveralls
celery==3.1.25
django-celery==3.2.2
flake8==3.2.1
requests==2.18.4
requests==2.20.0
psycopg2==2.7

0 comments on commit cfc66f1

Please sign in to comment.