Skip to content

Commit aa1bafb

Browse files
committed
chore: Update dependencies in requirements files for Flask and related packages
1 parent 6db4805 commit aa1bafb

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
lines changed

backend/requirements.txt

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
Flask==2.2.5
2-
Flask-RESTful==0.3.9
3-
Flask-HTTPAuth==4.7.0
4-
Flask-Cors==6.0.0
5-
Flask-Login==0.6.2
1+
Flask==3.0.3
2+
Flask-RESTful==0.3.10
3+
Flask-HTTPAuth==4.8.0
4+
Flask-Cors==6.0.1
5+
Flask-Login==0.6.3
66
requests==2.32.4
77
gunicorn==23.0.0
8-
sqlalchemy==2.0.4
9-
python-dotenv==1.0.0
10-
pytz==2022.7.1
11-
werkzeug==2.2.3
8+
sqlalchemy==2.0.36
9+
python-dotenv==1.0.1
10+
pytz==2024.2
11+
werkzeug==3.0.6
12+
markupsafe==2.1.5

ui/app.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Import workaround for Werkzeug compatibility issue
2-
from werkzeug.utils import escape, redirect, url_quote
2+
from markupsafe import escape
3+
from flask import redirect, url_for
34

45
from flask import Flask, render_template, request, redirect, url_for, flash, jsonify
56
from flask_basicauth import BasicAuth

ui/requirements.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
Flask==2.2.5
1+
Flask==3.0.3
22
requests==2.32.4
3-
python-dotenv==1.0.0
3+
python-dotenv==1.0.1
44
flask-basicauth==0.2.0
5-
werkzeug==3.0.6
5+
werkzeug==3.0.6
6+
markupsafe==2.1.5

0 commit comments

Comments
 (0)