diff --git a/requirements.txt b/requirements.txt index 5a11163..2a65c6f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,19 +1,19 @@ -gunicorn==20.1.0 -Flask==1.1.2 +gunicorn==22.0.0 +Flask==2.2.5 Flask-MQTT==1.1.1 Flask-OAuthlib==0.9.6 Flask-SQLAlchemy==2.5.1 SQLAlchemy==1.4.47 -Werkzeug==0.16.1 -Jinja2>=2.10.1,<3.0.0 -MarkupSafe>=1.1.1,<2.1.0 -itsdangerous>=0.24,<2.0 +Werkzeug>=2.0.0,<2.4.0 +Jinja2>=3.0.0,<4.0.0 +MarkupSafe>=2.0.0,<3.0.0 +itsdangerous>=2.0.0,<3.0.0 six==1.14.0 -firebase_admin==3.2.1 -PyMySQL==1.0.2 +firebase_admin==6.5.0 +google-auth>=2.22.0 +PyMySQL==1.1.1 requests-oauthlib -python-dotenv==0.15.0 -Flask-Login==0.4.1 -Jinja2==3.0.3 -itsdangerous==1.1.0 -markupsafe==2.0 \ No newline at end of file +requests>=2.31.0 +cryptography>=41.0.0 +python-dotenv==1.0.0 +Flask-Login>=0.6.3 \ No newline at end of file diff --git a/runtime.txt b/runtime.txt index f96c0fa..b884b0f 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-3.8.10 \ No newline at end of file +python-3.12.2 \ No newline at end of file