Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CHANGE][GWELLS-2189] Dependency updates: GDAL3, Django 3.2, Python 3.7 #2222

Open
wants to merge 9 commits into
base: release
Choose a base branch
from
Prev Previous commit
Next Next commit
Update to python 3.7. Update django-debug-toolbar to resolve 3.7 upda…
…te error.
Fergus MacConnell authored and Fergus MacConnell committed Jun 7, 2024
commit fa39b32293c79301e2eedda17323e445a2c9d6d0
6 changes: 3 additions & 3 deletions app/backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
django==3.2
pygdal==3.2.2.10
pygdal==3.6.2.11
gdal==3.0.0
pytz==2024.1
sqlparse==0.4.4

django-debug-toolbar>=1.7
django-debug-toolbar==3.2
psycopg2-binary>=2.7.1,<2.9
djangorestframework>=3.11.2,<3.12
drf-yasg==1.21.7
@@ -29,7 +29,7 @@ coverage>=4.4.2
MarkupSafe>=2.0.1

gunicorn==19.9.0
gevent==1.2.2
gevent==1.3.0
django-settings-export>=1.2.1
lxml==4.6.3
urllib3>=1.24,<1.25
3 changes: 1 addition & 2 deletions openshift/docker/backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# TODO: we need to bump python version up once we get Django bumped up
FROM python:3.6-slim
FROM python:3.7-slim

RUN apt-get -y update