Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 5fc1e49

Browse files
clsullivalexjch
authored andcommitted
deploy.sh: finally bump SQLAlchemy version
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]>
1 parent cb52b30 commit 5fc1e49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ python-dateutil==2.6.1
1313
python-editor==1.0.3
1414
redis==3.1.0
1515
six==1.10.0
16-
SQLAlchemy==1.1.13
16+
SQLAlchemy==1.3.3
1717
uWSGI==2.0.15
1818
Werkzeug==0.12.2
1919
WTForms==2.1

scripts/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ python-dateutil==2.6.1
235235
python-editor==1.0.3
236236
redis==3.1.0
237237
six==1.10.0
238-
SQLAlchemy==1.1.13
238+
SQLAlchemy==1.3.3
239239
uwsgidecorators==1.1.0
240240
Werkzeug==0.12.2
241241
WTForms==2.1

0 commit comments

Comments
 (0)