Skip to content

Commit

Permalink
Dependencies: update to flask~=2.0 for rest extra
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber committed Feb 18, 2022
1 parent ca4c47a commit e976254
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -70,7 +70,7 @@ ssh_kerberos = [
rest = [
"flask-cors~=3.0",
"flask-restful~=0.3.7",
"flask~=1.1",
"flask~=2.0",
"pyparsing~=2.4",
"python-memcached~=1.59",
"seekpath~=1.9,>=1.9.3"
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-py-3.10.txt
Expand Up @@ -33,7 +33,7 @@ deprecation==2.1.0
disk-objectstore==0.6.0
docutils==0.15.2
entrypoints==0.3
Flask==1.1.2
Flask==2.0.3
Flask-Cors==3.0.10
Flask-RESTful==0.3.9
fonttools==4.28.2
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-py-3.8.txt
Expand Up @@ -33,7 +33,7 @@ deprecation==2.1.0
disk-objectstore==0.6.0
docutils==0.15.2
entrypoints==0.3
Flask==1.1.2
Flask==2.0.3
Flask-Cors==3.0.10
Flask-RESTful==0.3.9
fonttools==4.28.2
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-py-3.9.txt
Expand Up @@ -33,7 +33,7 @@ deprecation==2.1.0
disk-objectstore==0.6.0
docutils==0.15.2
entrypoints==0.3
Flask==1.1.2
Flask==2.0.3
Flask-Cors==3.0.10
Flask-RESTful==0.3.9
fonttools==4.28.2
Expand Down

0 comments on commit e976254

Please sign in to comment.