Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 13, 2023
1 parent 21a194f commit 52bfd73
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion data/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-bullseye as build-stage
FROM python:3.12-bullseye as build-stage
WORKDIR /app

ARG GIT_COMMIT_SHA
Expand Down
2 changes: 1 addition & 1 deletion data/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defusedxml~=0.7.1
lxml~=4.9.2
numba~=0.58.0
Pillow~=10.1.0
pydantic~=2.4.2
pydantic~=2.5.0
pyyaml~=6.0
requests~=2.31.0
ruamel.yaml~=0.18.5
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ services:
interval: 10s
start_period: 30s
meilisearch:
image: getmeili/meilisearch:v1.4.1
image: getmeili/meilisearch:v1.4.2
restart: always
healthcheck:
test: wget -q --spider http://localhost:7700/health
Expand Down
4 changes: 2 additions & 2 deletions webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"format": "prettier --write ."
},
"dependencies": {
"@vueuse/core": "10.6.0",
"@vueuse/core": "10.6.1",
"maplibre-gl": "3.6.0",
"pinia": "2.1.7",
"spectre.css": "github:Valexr/spectre#dfe3bc2c59d23cd4bfd43c690aae3655576ff708",
"swagger-ui-dist": "5.9.3",
"swagger-ui-dist": "5.9.4",
"swaggerdark": "github:octycs/SwaggerDark#f02d394c8ff698cdd93e09c2188b058d2d686ca3",
"vue": "3.3.8",
"vue-router": "4.2.5"
Expand Down
28 changes: 14 additions & 14 deletions webclient/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 52bfd73

Please sign in to comment.