Skip to content

Commit 03139dc

Browse files
committed
Bump dependencies.
1 parent a429f62 commit 03139dc

File tree

4 files changed

+74
-52
lines changed

4 files changed

+74
-52
lines changed

Pipfile.lock

Lines changed: 26 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

poetry.lock

Lines changed: 43 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ attrs==19.3.0
22
cachelib==0.1.1
33
click==7.1.2
44
cssmin==0.2.0
5-
dnspython==1.16.0
5+
dnspython==2.0.0
66
email-validator==1.1.1
77
Flask==1.1.2
88
Flask-Assets==2.0
99
Flask-Login==0.5.0
1010
Flask-Session==0.3.2
11-
Flask-SQLAlchemy==2.4.3
11+
Flask-SQLAlchemy==2.4.4
1212
Flask-WTF==0.14.3
1313
idna==2.10
1414
itsdangerous==1.1.0
@@ -21,10 +21,10 @@ packaging==20.4
2121
pluggy==0.13.1
2222
ply==3.11
2323
py==1.9.0
24-
PyMySQL==0.9.3
24+
PyMySQL==0.10.0
2525
pyparsing==2.4.7
2626
pytest==5.4.3
27-
python-dotenv==0.13.0
27+
python-dotenv==0.14.0
2828
redis==3.5.3
2929
six==1.15.0
3030
SQLAlchemy==1.3.18

wsgi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
app = create_app()
55

66
if __name__ == "__main__":
7-
app.run(host='0.0.0.0', debug=True)
7+
app.run(host='0.0.0.0')

0 commit comments

Comments
 (0)