Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 6, 2024
1 parent 16660a3 commit 542c214
Show file tree
Hide file tree
Showing 4 changed files with 436 additions and 535 deletions.
2 changes: 1 addition & 1 deletion data/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ lxml==5.3.0
Pillow==10.4.0
polars==1.6.0
pyarrow==17.0.0
pydantic==2.8.2
pydantic==2.9.0
pyyaml==6.0.2
requests==2.32.3
requests-oauthlib==2.0.0
Expand Down
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# https://docs.docker.com/build/attestations/sbom/#scan-build-context
ARG BUILDKIT_SBOM_SCAN_CONTEXT=true

FROM rust:1.80-alpine AS compiler
FROM rust:1.81-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
4 changes: 2 additions & 2 deletions webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"maplibre-gl": "4.7.0",
"maplibre-gl-indoor": "0.0.16",
"nightwind": "1.1.13",
"nuxt": "3.13.0",
"nuxt": "3.13.1",
"sharp": "0.33.5",
"swagger-ui": "5.17.14",
"swaggerdark": "github:octycs/SwaggerDark#f02d394c8ff698cdd93e09c2188b058d2d686ca3",
"vue": "3.4.38",
"vue": "3.5.3",
"vue-router": "4.4.3",
"vue3-carousel": "0.3.3"
},
Expand Down
Loading

0 comments on commit 542c214

Please sign in to comment.