Skip to content

Commit

Permalink
Merge pull request #3125 from opensciencegrid/revert-3112-pr/flask
Browse files Browse the repository at this point in the history
Revert "Upgrade Flask"
  • Loading branch information
matyasselmeci committed May 9, 2023
2 parents d2a8d18 + 0391619 commit ea7c0c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions requirements-apache.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ certifi>=2019.3.9
chardet>=3.0.4,<3.1
click>=8,<9
configobj>=5.0.6,<5.1
Flask>=2.3.2,<2.4
Flask-WTF>=1.1.1,<1.2
Flask>=2.2.0,<2.3
Flask-WTF>=1.0.1,<1.1
GitPython>=3.1.9
gunicorn>=19.9.0,<19.10
icalendar>=4.0.0,<4.1.0
idna==2.7
itsdangerous>=2.1,<2.2
itsdangerous>=2.0,<2.1
Jinja2>=3.1.2,<3.2
ldap3>=2.6.1
MarkupSafe<2.2,>=2.1.1
Expand All @@ -22,7 +22,7 @@ PyYAML>=5.4.1,<5.5
requests>=2.25.0,<2.26
six>=1.12.0,<1.13
urllib3>=1.26.5,<1.27
Werkzeug>=2.3.3,<2.4
Werkzeug>=2.2.3,<2.3
WTForms>=2.2.1,<2.3
xmltodict>=0.11.0,<0.12
# mod-wsgi requires apache httpd headers (redhat package httpd-devel, ubuntu package apache2-dev)
Expand Down
8 changes: 4 additions & 4 deletions requirements-rootless.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ certifi>=2019.3.9
chardet>=3.0.4,<3.1
click>=8,<9
configobj>=5.0.6,<5.1
Flask>=2.3.2,<2.4
Flask-WTF>=1.1.1,<1.2
Flask>=2.2.0,<2.3
Flask-WTF>=1.0.1,<1.1
GitPython>=3.1.9
gunicorn>=19.9.0,<19.10
icalendar>=4.0.0,<4.1.0
idna==2.7
itsdangerous>=2.1,<2.2
itsdangerous>=2.0,<2.1
Jinja2>=3.1.2,<3.2
ldap3>=2.6.1
MarkupSafe<2.2,>=2.1.1
Expand All @@ -22,6 +22,6 @@ PyYAML>=5.4.1,<5.5
requests>=2.25.0,<2.26
six>=1.12.0,<1.13
urllib3>=1.26.5,<1.27
Werkzeug>=2.3.3,<2.4
Werkzeug>=2.2.3,<2.3
WTForms>=2.2.1,<2.3
xmltodict>=0.11.0,<0.12

0 comments on commit ea7c0c9

Please sign in to comment.