Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Jan 8, 2022
1 parent 4dc5a5e commit 6094d0c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 6094d0c

Please sign in to comment.