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

chore(deps): update all non-major dependencies #171

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.7-slim
FROM python:3.13-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"
Expand Down
32 changes: 16 additions & 16 deletions backend/requirements.txt
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.8
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.10,<=2.10.1
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,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",
Expand All @@ -61,6 +61,6 @@
},
"engines": {
"node": "14.21.3",
"npm": "10.8.2"
"npm": "10.9.2"
}
}
8 changes: 4 additions & 4 deletions scripts/profanitysearch/requirements.txt
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
profanityfilter==2.1.0
scikit-learn==0.22.2.post1
scipy==1.4.1
threadpoolctl==2.1.0
scipy==1.14.1
threadpoolctl==2.2.0
4 changes: 2 additions & 2 deletions scripts/qaqc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
thefuzz==0.22.1
bcdata>=0.4.5
Loading