diff --git a/backend/Dockerfile b/backend/Dockerfile index 781347e9c..0f1e82507 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.6.15-slim-buster AS build +FROM python:3.11.4-slim-buster AS build RUN apt-get -y update && apt-get -y install \ git \ diff --git a/backend/Dockerfile.old b/backend/Dockerfile.old index ecb072bbd..2593f6e10 100644 --- a/backend/Dockerfile.old +++ b/backend/Dockerfile.old @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/rhscl/python-36-rhel7:1 +FROM registry.access.redhat.com/rhscl/python-36-rhel7:1-77 # Switch to root user diff --git a/backend/Dockerfile.rhel7 b/backend/Dockerfile.rhel7 index 9f7a7febd..25a606900 100644 --- a/backend/Dockerfile.rhel7 +++ b/backend/Dockerfile.rhel7 @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/rhscl/python-36-rhel7:1-21 +FROM registry.access.redhat.com/rhscl/python-36-rhel7:1-77 USER root diff --git a/backend/requirements.txt b/backend/requirements.txt index ed99f4db0..ecdae914b 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,32 +2,32 @@ django>=2.2,<2.3 django-debug-toolbar>=1.7 gunicorn==19.9.0 gevent==1.2.2 -psycopg2-binary>=2.7.1,<2.9 +psycopg2-binary>=2.9.9,<2.10 whitenoise>=4.1.2 django-crispy-forms>=1.6.1 django-formtools>=2.0 django-settings-export>=1.2.1 djangorestframework>=3.11.2,<3.12 -django-rest-multiple-models==2.1.0 +django-rest-multiple-models==2.1.3 requests==2.21.0 -minio==7.1.16 +minio==7.2.8 coverage>=4.4.2 django-filter>=2.0.0,<2.1 drf-yasg==1.21.7 -django-cors-headers==2.2.0 -django-extensions==2.0.6 +django-cors-headers==2.5.3 +django-extensions==2.2.9 cryptography<=40.0.2 django-reversion==2.0.13 -openpyxl==2.5.11 +openpyxl==2.6.4 lxml==4.6.3 GDAL>=2.4,<3.0 deepdiff>=4 urllib3>=1.24,<1.25 -djangorestframework-csv==2.1.0 -geojson==2.4.1 +djangorestframework-csv==2.1.1 +geojson==2.5.0 MarkupSafe>=2.0.1 -djangorestframework-simplejwt==4.4.0 -pyjwt>=2.0,<=2.4.0 -thefuzz==0.19.0 -geopandas==0.9.0 -pyproj==3.0.1 +djangorestframework-simplejwt==4.8.0 +pyjwt>=2.9,<=2.9.0 +thefuzz==0.22.1 +geopandas==0.14.4 +pyproj==3.6.1 diff --git a/charts/app/Chart.lock b/charts/app/Chart.lock index 463098dcb..5d0824ba1 100644 --- a/charts/app/Chart.lock +++ b/charts/app/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: postgresql repository: https://charts.bitnami.com/bitnami - version: 15.5.20 -digest: sha256:5541bc21c61e9def6fce9eaca5e298512248a3e0b07c89d724449f982375500b -generated: "2024-07-25T10:17:28.844013763Z" + version: 15.5.32 +digest: sha256:0433a8c32e03a3428ca27e6ac5131ef87deb1fa91c1142980ef038a2c6825173 +generated: "2024-09-24T13:10:18.076749032Z" diff --git a/charts/app/Chart.yaml b/charts/app/Chart.yaml index 675780c7b..10fead500 100644 --- a/charts/app/Chart.yaml +++ b/charts/app/Chart.yaml @@ -27,7 +27,7 @@ appVersion: "1.16.0" dependencies: - name: postgresql condition: bitnami-pg.enabled - version: 15.5.20 + version: 15.5.32 repository: https://charts.bitnami.com/bitnami alias: bitnami-pg maintainers: diff --git a/charts/app/values.yaml b/charts/app/values.yaml index a3a0a5f0b..3014589d4 100644 --- a/charts/app/values.yaml +++ b/charts/app/values.yaml @@ -211,7 +211,7 @@ bitnami-pg: image: registry: ghcr.io repository: bcgov/nr-containers/bitnami/postgresql - tag: 15.7.0 + tag: 15.8.0 auth: existingSecret: '{{ .Release.Name }}-database' username: 'quickstart' diff --git a/frontend/package.json b/frontend/package.json index 4ead57a23..684c802ce 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -45,7 +45,7 @@ "@vue/cli-plugin-unit-jest": "^3.7.0", "@vue/cli-service": "^3.7.0", "@vue/eslint-config-standard": "^4.0.0", - "@vue/test-utils": "1.0.0-beta.29", + "@vue/test-utils": "1.3.6", "babel-core": "7.0.0-bridge.0", "babel-eslint": "^10.0.1", "babel-jest": "^23.6.0", @@ -60,6 +60,6 @@ }, "engines": { "node": "14.21.3", - "npm": "10.8.2" + "npm": "10.8.3" } } diff --git a/scripts/profanitysearch/requirements.txt b/scripts/profanitysearch/requirements.txt index 21e35a634..39e2ae2e1 100644 --- a/scripts/profanitysearch/requirements.txt +++ b/scripts/profanitysearch/requirements.txt @@ -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 diff --git a/scripts/qaqc/requirements.txt b/scripts/qaqc/requirements.txt index bd4c919c5..64833d325 100644 --- a/scripts/qaqc/requirements.txt +++ b/scripts/qaqc/requirements.txt @@ -2,6 +2,6 @@ requests>=2.26 rasterio geopandas>=0.10 jupyterlab>=3.2.1 -python-levenshtein==0.12.2 -thefuzz==0.19.0 +python-levenshtein==0.25.1 +thefuzz==0.22.1 bcdata>=0.4.5