Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 19, 2025
1 parent 1fb242e commit 9a08e15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN npm ci --ignore-scripts --no-update-notifier --omit=dev && \

# Deploy container
# Caddy serves static files
FROM caddy:2.8.4-alpine
FROM caddy:2.9.1-alpine
RUN apk add --no-cache ca-certificates curl

# Receive build number as argument, retain as environment variable
Expand Down
2 changes: 1 addition & 1 deletion sync/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#cx-Oracle==8.3.0
oracledb
numpy==2.1.3
numpy==2.2.1
pandas==2.2.3
psycopg2==2.9.10
SQLAlchemy==2.0.34
Expand Down

0 comments on commit 9a08e15

Please sign in to comment.