From bf1f2a3dd5cae2f783d1c64f7c614bbcb3167dd7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 21:28:23 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- backend/Dockerfile | 2 +- backend/requirements.txt | 32 ++++++++++++------------ frontend/package.json | 4 +-- scripts/profanitysearch/requirements.txt | 6 ++--- scripts/qaqc/requirements.txt | 4 +-- 5 files changed, 24 insertions(+), 24 deletions(-) diff --git a/backend/Dockerfile b/backend/Dockerfile index 2d93b70dd..c7bb37ef3 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7-slim +FROM python:3.12-slim # Envars ENV ENVIRONMENT="local" diff --git a/backend/requirements.txt b/backend/requirements.txt index 3287a774c..bde9651c2 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,31 +1,31 @@ django==3.2.4 -pygdal==3.6.2.11 -gdal==3.0.0 -pytz==2024.1 +pygdal==3.7.2.12 +gdal==3.9.2 +pytz==2024.2 sqlparse==0.4.4 django-debug-toolbar==3.8.1 psycopg2-binary==2.9.9 djangorestframework==3.15.1 drf-yasg==1.21.7 -django-crispy-forms==2.0 -django-formtools==2.4.1 +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 +whitenoise==6.7.0 +django-cors-headers==4.4.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 +minio==7.2.8 +openpyxl==2.6.4 +djangorestframework-csv==3.0.2 +coverage==7.6.1 MarkupSafe==2.1.5 gunicorn==19.9.0 @@ -33,4 +33,4 @@ 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 \ No newline at end of file +pyjwt>=2.9,<=2.9.0 \ No newline at end of file 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..df49f070d 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.26.0 +thefuzz==0.22.1 bcdata>=0.4.5