generated from bcgov/quickstart-openshift
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all non-major dependencies
- Loading branch information
1 parent
54edc51
commit 9041528
Showing
5 changed files
with
24 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM python:3.7-slim | ||
FROM python:3.8-slim | ||
Check failure Code scanning / Trivy Image user should not be 'root' High
Artifact: backend/Dockerfile
Type: dockerfile Vulnerability DS002 Severity: HIGH Message: Specify at least 1 USER command in Dockerfile with non-root user as argument Link: DS002 Check notice Code scanning / Trivy No HEALTHCHECK defined Low
Artifact: backend/Dockerfile
Type: dockerfile Vulnerability DS026 Severity: LOW Message: Add HEALTHCHECK instruction in your Dockerfile Link: DS026 |
||
|
||
# Envars | ||
ENV ENVIRONMENT="local" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,36 @@ | ||
django==3.2.4 | ||
pygdal==3.6.2.11 | ||
gdal==3.0.0 | ||
pytz==2024.1 | ||
pygdal==3.7.2.12 | ||
gdal==3.10.0 | ||
pytz==2024.2 | ||
sqlparse==0.4.4 | ||
|
||
django-debug-toolbar==3.8.1 | ||
psycopg2-binary==2.9.9 | ||
psycopg2-binary==2.9.10 | ||
djangorestframework==3.15.1 | ||
drf-yasg==1.21.7 | ||
django-crispy-forms==2.0 | ||
django-formtools==2.4.1 | ||
drf-yasg==1.21.8 | ||
django-crispy-forms==2.3 | ||
django-formtools==2.5.1 | ||
django-filter==23.5 | ||
requests==2.27.1 | ||
# whitenoise==6.5.0 | ||
django-cors-headers==4.1.0 | ||
django-cors-headers==4.6.0 | ||
django-extensions==3.2.3 | ||
django-rest-multiple-models==2.1.3 | ||
django-reversion==5.0.12 | ||
geopandas==0.10.2 | ||
thefuzz==0.20.0 | ||
djangorestframework-simplejwt==5.3.0 | ||
django-reversion==5.1.0 | ||
geopandas==0.14.4 | ||
thefuzz==0.22.1 | ||
djangorestframework-simplejwt==5.3.1 | ||
cryptography==42.0.8 | ||
geojson==3.1.0 | ||
minio==7.2.6 | ||
openpyxl==2.5.14 | ||
djangorestframework-csv==3.0.0 | ||
coverage==7.2.0 | ||
openpyxl==2.6.4 | ||
djangorestframework-csv==3.0.2 | ||
coverage==7.6.4 | ||
MarkupSafe==2.1.5 | ||
|
||
gunicorn==19.9.0 | ||
gevent==1.3.0 | ||
django-settings-export>=1.2.1 | ||
lxml==4.6.3 | ||
urllib3>=1.24,<1.25 | ||
pyjwt>=2.0,<=2.4.0 | ||
pyjwt>=2.9,<=2.9.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
inflection==0.5.0 | ||
inflection==0.5.1 | ||
joblib==0.15.1 | ||
numpy==1.18.5 | ||
profanity-check==1.0.3 | ||
profanityfilter==2.0.6 | ||
scikit-learn==0.22.2.post1 | ||
scipy==1.4.1 | ||
threadpoolctl==2.1.0 | ||
scipy==1.14.1 | ||
threadpoolctl==2.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters