Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 30, 2024
1 parent 621c431 commit 8b04080
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 24 deletions.
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

# 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.9.3
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.5.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
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.0"
}
}
6 changes: 3 additions & 3 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
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.0
thefuzz==0.22.1
bcdata>=0.4.5

0 comments on commit 8b04080

Please sign in to comment.