Skip to content

Commit

Permalink
deploy.sh: finally bump SQLAlchemy version
Browse files Browse the repository at this point in the history
With the collector back in the repo and working with the latest UI, we
can now bump the SQLAlchemy version.

Also update the requirements.txt file that github scans.

Signed-off-by: California Sullivan <[email protected]>
  • Loading branch information
clsulliv authored and alexjch committed Apr 25, 2019
1 parent cb52b30 commit 5fc1e49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ python-dateutil==2.6.1
python-editor==1.0.3
redis==3.1.0
six==1.10.0
SQLAlchemy==1.1.13
SQLAlchemy==1.3.3
uWSGI==2.0.15
Werkzeug==0.12.2
WTForms==2.1
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ python-dateutil==2.6.1
python-editor==1.0.3
redis==3.1.0
six==1.10.0
SQLAlchemy==1.1.13
SQLAlchemy==1.3.3
uwsgidecorators==1.1.0
Werkzeug==0.12.2
WTForms==2.1
Expand Down

0 comments on commit 5fc1e49

Please sign in to comment.