Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: '3.10.4'
python-version: '3.14.0'
cache: 'pip'

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
token: ${{ secrets.GH_TOKEN }}
ref: dev
- name: Install yq - portable yaml processor
uses: mikefarah/yq@v4.44.2
uses: mikefarah/yq@v4.48.1
- name: Update deployment
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down
16 changes: 8 additions & 8 deletions auto_server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
absl-py==2.1.0
certifi==2025.1.31
grpcio==1.65.1
immutabledict==4.2.0
numpy==2.1.1
ortools==9.10.4067
pandas==2.2.2
absl-py==2.3.1
certifi==2025.10.5
grpcio==1.76.0
immutabledict==4.2.2
numpy==2.3.4
ortools==9.14.6206
pandas==2.3.3
protobuf==5.27.2
python-dateutil==2.9.0.post0
pytz==2025.2
six==1.16.0
six==1.17.0
tzdata==2025.2
urllib3==2.2.2
4 changes: 2 additions & 2 deletions client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Grab the latest Node base image
FROM node:22.16.0-alpine AS builder
FROM node:22.21.1-alpine AS builder
RUN npm i -g pnpm

# Set the current working directory inside the container
Expand All @@ -20,6 +20,6 @@ ARG GIT_COMMIT
RUN if [ -n "$GIT_COMMIT" ]; then export VITE_COMMIT=$GIT_COMMIT; fi && \
pnpm run build

FROM caddy:2.10.0-alpine
FROM caddy:2.10.2-alpine
COPY ./Caddyfile /etc/caddy/Caddyfile
COPY --from=builder /app/dist /srv
50 changes: 25 additions & 25 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,32 +16,32 @@
"format": "prettier --write 'src/**/*.{js,mjs,cjs,jsx,mjsx,ts,tsx,mtsx}'"
},
"dependencies": {
"@apollo/client": "3.13.8",
"@apollo/client": "3.14.0",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.1",
"@fontsource-variable/roboto-flex": "5.2.6",
"@fontsource-variable/roboto-flex": "5.2.8",
"@hello-pangea/dnd": "18.0.1",
"@heroicons/react": "2.2.0",
"@microsoft/clarity": "1.0.0",
"@mui/icons-material": "5.17.1",
"@mui/lab": "5.0.0-alpha.176",
"@mui/material": "5.17.1",
"@mui/system": "5.17.1",
"@mui/icons-material": "5.18.0",
"@mui/lab": "5.0.0-alpha.177",
"@mui/material": "5.18.0",
"@mui/system": "5.18.0",
"@mui/x-date-pickers": "6.20.2",
"@uiw/react-color": "2.7.1",
"@uiw/react-color": "2.9.2",
"clsx": "2.1.1",
"colorizr": "3.0.8",
"date-fns": "2.30.0",
"dayjs": "1.11.13",
"dayjs": "1.11.19",
"file-saver": "2.0.5",
"framer-motion": "12.23.3",
"framer-motion": "12.23.24",
"fuse.js": "7.1.0",
"ics": "3.8.1",
"is-base64": "1.1.0",
"lodash-es": "4.17.21",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-router-dom": "6.30.0",
"react-router-dom": "6.30.1",
"react-transition-group": "4.4.5",
"react-window": "1.8.11",
"tailwind-merge": "3.3.1",
Expand Down Expand Up @@ -73,38 +73,38 @@
]
},
"devDependencies": {
"@eslint/js": "9.31.0",
"@tailwindcss/postcss": "4.1.11",
"@tanstack/eslint-plugin-query": "5.83.1",
"@eslint/js": "9.39.1",
"@tailwindcss/postcss": "4.1.17",
"@tanstack/eslint-plugin-query": "5.91.2",
"@types/file-saver": "2.0.7",
"@types/is-base64": "1.1.3",
"@types/lodash-es": "4.17.12",
"@types/node": "22.15.30",
"@types/react": "18.3.20",
"@types/node": "22.19.0",
"@types/react": "18.3.26",
"@types/react-dom": "18.3.7",
"@types/react-router-dom": "5.3.3",
"@types/react-transition-group": "4.4.12",
"@types/react-window": "1.8.8",
"@vitejs/plugin-react-swc": "3.10.2",
"@vitejs/plugin-react-swc": "3.11.0",
"autoprefixer": "10.4.21",
"eslint": "9.31.0",
"eslint-config-prettier": "10.1.5",
"eslint-plugin-prettier": "5.5.1",
"eslint": "9.39.1",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-simple-import-sort": "12.1.1",
"eslint-plugin-unused-imports": "4.1.4",
"globals": "16.3.0",
"eslint-plugin-unused-imports": "4.3.0",
"globals": "16.5.0",
"jsdom": "26.1.0",
"postcss": "8.5.6",
"prettier": "3.6.2",
"tailwindcss": "4.1.11",
"typescript": "5.8.3",
"typescript-eslint": "8.37.0",
"tailwindcss": "4.1.17",
"typescript": "5.9.3",
"typescript-eslint": "8.46.3",
"vite": "7.1.5",
"vite-bundle-visualizer": "1.2.1",
"vite-tsconfig-paths": "5.1.4",
"vitest": "3.2.4"
},
"packageManager": "pnpm@10.13.1+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad"
"packageManager": "pnpm@10.20.0+sha512.cf9998222162dd85864d0a8102e7892e7ba4ceadebbf5a31f9c2fce48dfce317a9c53b9f6464d1ef9042cba2e02ae02a9f7c143a2b438cd93c91840f0192b9dd"
}
Loading
Loading