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

Commit 8414159

Browse files
committed
Update dependencies
Signed-off-by: Alex Jaramillo <alex.v.jaramillo@intel.com>
1 parent 4167e27 commit 8414159

File tree

2 files changed

+33
-33
lines changed

2 files changed

+33
-33
lines changed

requirements.txt

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
alembic==0.9.5
2-
click==6.7
3-
Flask==0.12.3
4-
Flask-Migrate==2.1.0
5-
Flask-SQLAlchemy==2.2
1+
alembic==1.10.11
2+
click==7.0
3+
Flask==1.0.4
4+
Flask-Migrate==2.5.2
5+
Flask-SQLAlchemy==2.4.0
66
Flask-WTF==0.14.2
7-
itsdangerous==0.24
7+
itsdangerous==1.1.0
88
Jinja2==2.10.1
9-
Mako==1.0.7
10-
MarkupSafe==1.0
11-
psycopg2==2.7.3
12-
python-dateutil==2.6.1
13-
python-editor==1.0.3
14-
redis==3.1.0
15-
six==1.10.0
16-
SQLAlchemy==1.3.3
17-
uWSGI==2.0.15
18-
Werkzeug==0.12.2
19-
WTForms==2.1
9+
Mako==1.0.13
10+
MarkupSafe==1.1.1
11+
psycopg2==2.8.3
12+
python-dateutil==2.8.0
13+
python-editor==1.0.4
14+
redis==3.2.1
15+
six==1.12.0
16+
SQLAlchemy==1.3.5
17+
uwsgidecorators==1.1.0
18+
Werkzeug==0.15.5
19+
WTForms==2.2.1

scripts/deploy.sh

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -220,25 +220,25 @@ _install_centos_reqs() {
220220

221221
_write_requirements() {
222222
cat > $1 << EOF
223-
alembic==0.9.5
224-
click==6.7
225-
Flask==0.12.3
226-
Flask-Migrate==2.1.0
227-
Flask-SQLAlchemy==2.2
223+
alembic==1.0.11
224+
click==7.0
225+
Flask==1.0.4
226+
Flask-Migrate==2.5.2
227+
Flask-SQLAlchemy==2.4.0
228228
Flask-WTF==0.14.2
229-
itsdangerous==0.24
229+
itsdangerous==1.1.0
230230
Jinja2==2.10.1
231-
Mako==1.0.7
232-
MarkupSafe==1.0
233-
psycopg2==2.7.6
234-
python-dateutil==2.6.1
235-
python-editor==1.0.3
236-
redis==3.1.0
237-
six==1.10.0
238-
SQLAlchemy==1.3.3
231+
Mako==1.0.13
232+
MarkupSafe==1.1.1
233+
psycopg2==2.8.3
234+
python-dateutil==2.8.0
235+
python-editor==1.0.4
236+
redis==3.2.1
237+
six==1.12.0
238+
SQLAlchemy==1.3.5
239239
uwsgidecorators==1.1.0
240-
Werkzeug==0.12.2
241-
WTForms==2.1
240+
Werkzeug==0.15.5
241+
WTForms==2.2.1
242242
EOF
243243
}
244244

0 commit comments

Comments
 (0)