From 6094d0c114369763853038c5d87ac6f190789e80 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Sat, 8 Jan 2022 11:02:14 +0100 Subject: [PATCH] Update dependencies --- Dockerfile | 2 +- requirements.txt | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index 115cc85..df9cdde 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # WSGI service environment -FROM sourcepole/qwc-uwsgi-base:alpine-v2021.12.16 +FROM sourcepole/qwc-uwsgi-base:alpine-v2022.01.08 # Required for pip with git repos RUN apk add --no-cache --update git diff --git a/requirements.txt b/requirements.txt index 2a1c340..55002cc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ -Flask==1.1.2 -Flask-JWT-Extended==3.25.0 +Flask==2.0.2 +Flask-JWT-Extended==4.3.1 flask_login==0.5.0 flask-restx==0.5.1 -python-dotenv==0.13.0 -requests==2.23.0 -psycopg2-binary==2.9.1 -SQLAlchemy==1.3.16 -werkzeug==0.16.1 -qwc-services-core==1.2.7 +python-dotenv==0.19.2 +requests==2.26.0 +psycopg2-binary==2.9.2 +SQLAlchemy==1.4.28 +Werkzeug==2.0.2 +qwc-services-core==1.3.0