diff --git a/creative/app/requirements.txt b/creative/app/requirements.txt index 465a009..d66e68b 100644 --- a/creative/app/requirements.txt +++ b/creative/app/requirements.txt @@ -1,4 +1,4 @@ -Flask==1.1.2 +Flask==2.2.5 Flask-WTF==0.14.3 google-cloud-firestore==2.0.2 Flask-Bootstrap==3.3.7.1 @@ -6,12 +6,12 @@ google-cloud-bigquery==2.14.0 google-cloud-bigquery-storage==2.4.0 pandas==1.2.4 ipython==7.31.1 -pyarrow==4.0.0 +pyarrow==14.0.1 pytest==6.2.3 mock-firestore==0.10.0 Flask-BasicAuth==0.2.0 itsdangerous==2.0.1 -Jinja2==2.11.2 +Jinja2==3.1.4 MarkupSafe==1.1.1 -werkzeug==2.0.3 +werkzeug==3.0.3 protobuf==3.20.*