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 17, 2023
1 parent b6761b4 commit dd04cad
Show file tree
Hide file tree
Showing 9 changed files with 98 additions and 93 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.1
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 server/Cargo.lock

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

2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.73-alpine AS compiler
FROM rust:1.74-alpine AS compiler

# to ache the build this line inludes all the dependencys all servers need
# this is not an issue since we copy the generated binary to a more minimal envornment
Expand Down
2 changes: 1 addition & 1 deletion server/calendar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ prometheus = { version = "0.13.3", features = ["default", "push"] }
# scraper
rand = "0.8.5"
futures = "0.3.29"
rustls = "0.21.8"
rustls = "0.21.9"
reqwest = { version = "0.11.22", default-features = false, features = ["rustls", "json"] }
minidom = "0.15.2"
regex = "1.10.2"
Expand Down
2 changes: 1 addition & 1 deletion server/main-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ logos="0.13.0"
regex = "1.10.2"

# maps
rustls = "0.21.8"
rustls = "0.21.9"
reqwest = { version= "0.11.22", default-features = false, features = ["rustls-tls", "json", "gzip"] }
image = "0.24.7"
imageproc = "0.23.0"
Expand Down
14 changes: 7 additions & 7 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",
"maplibre-gl": "3.6.0",
"@vueuse/core": "10.6.1",
"maplibre-gl": "3.6.1",
"pinia": "2.1.7",
"spectre.css": "github:Valexr/spectre#dfe3bc2c59d23cd4bfd43c690aae3655576ff708",
"swagger-ui-dist": "5.9.3",
"swagger-ui-dist": "5.10.0",
"swaggerdark": "github:octycs/SwaggerDark#f02d394c8ff698cdd93e09c2188b058d2d686ca3",
"vue": "3.3.8",
"vue-router": "4.2.5"
Expand All @@ -28,12 +28,12 @@
"@intlify/unplugin-vue-i18n": "1.5.0",
"@rushstack/eslint-patch": "1.5.1",
"@types/swagger-ui-dist": "3.30.4",
"@vitejs/plugin-vue": "4.4.1",
"@vitejs/plugin-vue": "4.5.0",
"@vue/eslint-config-prettier": "8.0.0",
"@vue/eslint-config-typescript": "12.0.0",
"@vue/tsconfig": "0.4.0",
"@yankeeinlondon/link-builder": "1.2.1",
"cypress": "13.5.0",
"cypress": "13.5.1",
"eslint": "8.53.0",
"eslint-plugin-vue": "9.18.1",
"isomorphic-fetch": "3.0.0",
Expand All @@ -44,8 +44,8 @@
"typescript": "5.2.2",
"vite": "4.5.0",
"vite-plugin-md": "0.21.5",
"vite-plugin-rewrite-all": "1.0.1",
"vue-i18n": "9.6.5",
"vite-plugin-rewrite-all": "1.0.2",
"vue-i18n": "9.7.0",
"vue-tsc": "1.8.22"
},
"type": "module"
Expand Down
Loading

0 comments on commit dd04cad

Please sign in to comment.