Skip to content

Commit

Permalink
Merge pull request #1649 from openhealthcare/merged-dependencies
Browse files Browse the repository at this point in the history
Merged dependencies
  • Loading branch information
fredkingham committed Nov 12, 2018
2 parents 5843dad + 47f5e65 commit 483345e
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ 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
* Psycopg2: 2.7 -> 2.7.5
* Requests: 2.18.4 -> 2.20.1
* Psycopg2: 2.7 -> 2.7.6.1
* Python Dateutil: 2.4.2 -> 2.7.5

### 0.12.0 (Major Release)
Expand Down
4 changes: 2 additions & 2 deletions doc/docs/reference/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ you have specified them in for instance, a requirements.txt.
# requirements.txt
opal==0.10.0
letter==0.5
psycopg==2.7.5
psycopg==2.7.6.1
python-dateutil==2.7.5
requests=2.20.0
requests=2.20.1

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

Expand Down
4 changes: 2 additions & 2 deletions opal/scaffolding/scaffold/requirements.txt.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ Django==1.10.8
coverage==3.6
dj-database-url==0.2.1
gunicorn==0.17.4
psycopg2==2.7.5
psycopg2==2.7.6.1
dj-static==0.0.6
django-reversion==1.10.2
django-axes==1.7.0
ffs==0.0.8.2
letter==0.5
requests==2.20.0
requests==2.20.1
djangorestframework==3.4.7
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 @@ -48,7 +48,7 @@
'ffs>=0.0.8.2',
'letter==0.5',
'jinja2==2.10',
'requests==2.20.0',
'requests==2.20.1',
'django==1.10.8',
'django-reversion==1.10.2',
'django-axes==1.7.0',
Expand Down
4 changes: 2 additions & 2 deletions 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.2.1
requests==2.20.0
psycopg2==2.7.5
requests==2.20.1
psycopg2==2.7.6.1

0 comments on commit 483345e

Please sign in to comment.