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 Feb 22, 2025
1 parent 44e9955 commit f75a272
Show file tree
Hide file tree
Showing 5 changed files with 83 additions and 64 deletions.
2 changes: 1 addition & 1 deletion data/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defusedxml==0.7.1
lxml==5.3.1
Pillow==11.1.0
polars==1.9.0
pyarrow==19.0.0
pyarrow==19.0.1
pydantic==2.10.6
pyyaml==6.0.2
requests==2.32.3
Expand Down
12 changes: 6 additions & 6 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,7 +1,7 @@
# https://docs.docker.com/build/attestations/sbom/#scan-build-context
ARG BUILDKIT_SBOM_SCAN_CONTEXT=true

FROM rust:1.84-alpine AS compiler
FROM rust:1.85-alpine AS compiler

# to ache the build this line inludes all the dependencies 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 webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@fullcalendar/vue3": "6.1.15",
"@headlessui/vue": "1.7.23",
"@heroicons/vue": "2.2.0",
"@nuxt/content": "3.1.1",
"@nuxt/content": "3.2.1",
"@nuxt/image": "1.9.0",
"@nuxtjs/color-mode": "3.5.2",
"@vueuse/core": "12.7.0",
Expand Down
129 changes: 74 additions & 55 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 f75a272

Please sign in to comment.