Skip to content

Commit

Permalink
fix(deps): update weekly minor & patch updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 5, 2024
1 parent 543dbec commit 09a6a87
Show file tree
Hide file tree
Showing 11 changed files with 10,867 additions and 2,920 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
token: ${{ secrets.GH_TOKEN }}
ref: migration
- name: Install yq - portable yaml processor
uses: mikefarah/yq@v4.43.1
uses: mikefarah/yq@v4.44.2
- name: Update deployment
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
token: ${{ secrets.GH_TOKEN }}
ref: migration
- name: Install yq - portable yaml processor
uses: mikefarah/yq@v4.40.4
uses: mikefarah/yq@v4.44.2
- name: Update deployment
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions auto_server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
absl-py==2.1.0
certifi==2024.6.2
certifi==2024.7.4
grpcio==1.64.1
immutabledict==4.2.0
numpy==1.26.4
ortools==9.10.4067
pandas==2.2.2
protobuf==5.27.1
protobuf==5.27.2
python-dateutil==2.9.0.post0
pytz==2024.1
sentry-sdk==2.5.0
sentry-sdk==2.7.1
six==1.16.0
tzdata==2024.1
urllib3==2.2.1
2 changes: 1 addition & 1 deletion client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ ENV NODE_ENV=production

RUN pnpm run build

FROM caddy:2.7.6-alpine
FROM caddy:2.8.4-alpine
COPY ./Caddyfile /etc/caddy/Caddyfile
COPY --from=builder /app/dist /srv
Loading

0 comments on commit 09a6a87

Please sign in to comment.