Skip to content

Commit

Permalink
Bump FAB to 2.2.3 (#9117)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar authored Feb 12, 2020
1 parent a005e45 commit 30b7064
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ croniter==0.3.31
cryptography==2.8
decorator==4.4.1 # via retry
defusedxml==0.6.0 # via python3-openid
flask-appbuilder==2.2.2
flask-babel==0.12.2 # via flask-appbuilder
flask-appbuilder==2.2.3
flask-babel==1.0.0 # via flask-appbuilder
flask-caching==1.8.0
flask-compress==1.4.0
flask-jwt-extended==3.24.1 # via flask-appbuilder
Expand Down Expand Up @@ -67,7 +67,7 @@ python-dotenv==0.10.5
python-editor==1.0.4 # via alembic
python-geohash==0.8.5
python3-openid==3.1.0 # via flask-openid
pytz==2019.3 # via babel, celery, pandas
pytz==2019.3 # via babel, celery, flask-babel, pandas
pyyaml==5.3
retry==0.9.2
selenium==3.141.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def get_git_sha():
"croniter>=0.3.28",
"cryptography>=2.4.2",
"flask>=1.1.0, <2.0.0",
"flask-appbuilder>=2.2.2, <2.3.0",
"flask-appbuilder>=2.2.3, <2.3.0",
"flask-caching",
"flask-compress",
"flask-talisman",
Expand Down

0 comments on commit 30b7064

Please sign in to comment.