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] committed Sep 24, 2024
1 parent 7a2352c commit 51b514a
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 28 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.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 \
Expand Down
2 changes: 1 addition & 1 deletion backend/Dockerfile.old
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion backend/Dockerfile.rhel7
Original file line number Diff line number Diff line change
@@ -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

Expand Down
26 changes: 13 additions & 13 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions charts/app/Chart.lock
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion charts/app/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -60,6 +60,6 @@
},
"engines": {
"node": "14.21.3",
"npm": "10.8.2"
"npm": "10.8.3"
}
}
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.25.1
thefuzz==0.22.1
bcdata>=0.4.5

0 comments on commit 51b514a

Please sign in to comment.