Skip to content

Commit

Permalink
chore: Bump/relax Flask libs (#24652)
Browse files Browse the repository at this point in the history
(cherry picked from commit 462418b)
  • Loading branch information
john-bodley authored and michael-s-molina committed Jul 12, 2023
1 parent f60ab45 commit 1872a65
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 13 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ flask-sqlalchemy==2.5.1
# flask-migrate
flask-talisman==1.0.0
# via apache-superset
flask-wtf==1.0.1
flask-wtf==1.1.1
# via
# apache-superset
# flask-appbuilder
Expand Down
2 changes: 2 additions & 0 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
# via
# -r requirements/base.in
# -r requirements/development.in
appnope==0.1.3
# via ipython
astroid==2.6.6
# via pylint
asttokens==2.2.1
Expand Down
11 changes: 8 additions & 3 deletions requirements/integration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ packaging==23.1
# pyproject-api
# tox
pip-compile-multi==2.6.3
# via -r integration.in
# via -r requirements/integration.in
pip-tools==6.13.0
# via pip-compile-multi
platformdirs==3.5.3
Expand All @@ -45,17 +45,22 @@ platformdirs==3.5.3
pluggy==1.0.0
# via tox
pre-commit==3.3.3
# via -r integration.in
# via -r requirements/integration.in
pyproject-api==1.5.2
# via tox
pyproject-hooks==1.0.0
# via build
pyyaml==5.4.1
# via pre-commit
tomli==2.0.1
# via
# build
# pyproject-api
# tox
toposort==1.10
# via pip-compile-multi
tox==4.6.3
# via -r integration.in
# via -r requirements/integration.in
virtualenv==20.23.1
# via
# pre-commit
Expand Down
8 changes: 2 additions & 6 deletions requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,16 +115,12 @@ protobuf==4.23.0
# googleapis-common-protos
# grpcio-status
# proto-plus
pyasn1==0.5.0
# via
# pyasn1-modules
# rsa
pyasn1-modules==0.3.0
# via google-auth
pydata-google-auth==1.7.0
# via pandas-gbq
pyfakefs==5.2.2
# via -r requirements/testing.in
pyhive[presto]==0.6.5
# via apache-superset
pytest==7.3.1
# via
# -r requirements/testing.in
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@ def get_git_sha() -> str:
"deprecation>=2.1.0, <2.2.0",
"flask>=2.2.5, <3.0.0",
"flask-appbuilder>=4.3.4, <5.0.0",
"flask-caching>=1.10.1, <1.11",
"flask-caching>=1.10.1, <2.0",
"flask-compress>=1.13, <2.0",
"flask-talisman>=1.0.0, <2.0",
"flask-login==0.6.0",
"flask-login>=0.6.0, < 1.0",
"flask-migrate>=3.1.0, <4.0",
"flask-wtf>=1.0.1, <1.1",
"flask-wtf>=1.1.0, <2.0",
"func_timeout",
"geopy",
"gunicorn>=20.1.0; sys_platform != 'win32'",
Expand Down

0 comments on commit 1872a65

Please sign in to comment.