Skip to content

Commit

Permalink
Bumped Flask version
Browse files Browse the repository at this point in the history
  • Loading branch information
edeng23 committed Apr 17, 2022
1 parent fd77cb6 commit ae6ada1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ repos:
name: PyLint
args: [--output-format=parseable, --rcfile=.pylintrc]
additional_dependencies:
- Flask==1.1.2
- Flask==2.1.1
- apprise==0.9.5.1
- cachetools==4.2.2
- eventlet==0.30.2
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ python-binance==1.0.12
sqlalchemy==1.4.15
schedule==1.1.0
apprise==0.9.5.1
Flask==1.1.2
Flask==2.1.1
gunicorn==20.1.0
flask-cors==3.0.10
flask-socketio==5.0.1
Expand Down

0 comments on commit ae6ada1

Please sign in to comment.