Skip to content

Commit fcefc18

Browse files
committed
chore: update dependencies.
1 parent eeacb0a commit fcefc18

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
args: [--autofix, --indent=2]
2323

2424
- repo: https://github.com/python-jsonschema/check-jsonschema
25-
rev: 9b9df9f1d3bd9a5e7a52d8f61a3be3e29e73d127 # frozen: 0.33.3
25+
rev: 83987cd6ad8943c7f029b500b14aaf82c00a01fa # frozen: 0.34.0
2626
hooks:
2727
- id: check-github-workflows
2828
- id: check-github-actions
@@ -41,14 +41,14 @@ repos:
4141
# files: '^(README\.md|CLAUDE\.md|docs/.*\.md|[^/]+/README\.md|[^/]+/.*\.md)$'
4242

4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: db90487f48a9dd992d243ef63c156eaffddeaf28 # frozen: v0.12.11
44+
rev: f298305809c552671cc47e0fec0ba43e96c146a2 # frozen: v0.13.2
4545
hooks:
4646
- id: ruff
4747
args: [--fix]
4848
- id: ruff-format
4949

5050
- repo: https://github.com/pre-commit/mirrors-mypy
51-
rev: 412de98d50e846f31ea6f4b0ad036f2c24a7a024 # frozen: v1.17.1
51+
rev: 9f70dc58c23dfcca1b97af99eaeee3140a807c7e # frozen: v1.18.2
5252
hooks:
5353
- id: mypy
5454
files: ^(common|dashboard|discovery|extractor|graphinator|tableinator)/.*\.py$
@@ -68,7 +68,7 @@ repos:
6868
args: [-x, "tests"]
6969

7070
- repo: https://github.com/hadolint/hadolint
71-
rev: c3dc18df7a501f02a560a2cc7ba3c69a85ca01d3 # frozen: v2.13.1-beta
71+
rev: 4e697ba704fd23b2409b947a319c19c3ee54d24f # frozen: v2.14.0
7272
hooks:
7373
- id: hadolint
7474

dashboard/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG GID=1000
88
FROM python:${PYTHON_VERSION}-slim AS builder
99

1010
# Install uv
11-
COPY --from=ghcr.io/astral-sh/uv:0.8.14 /uv /bin/uv
11+
COPY --from=ghcr.io/astral-sh/uv:0.8.22 /uv /bin/uv
1212

1313
# Set environment for build
1414
ENV UV_SYSTEM_PYTHON=1 \

discovery/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG GID=1000
88
FROM python:${PYTHON_VERSION}-slim AS builder
99

1010
# Install uv
11-
COPY --from=ghcr.io/astral-sh/uv:0.8.14 /uv /bin/uv
11+
COPY --from=ghcr.io/astral-sh/uv:0.8.22 /uv /bin/uv
1212

1313
# Set environment for build
1414
ENV UV_SYSTEM_PYTHON=1 \

docs/dockerfile-standards.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ARG GID=1000
2020
FROM python:${PYTHON_VERSION}-slim AS builder
2121

2222
# Install uv
23-
COPY --from=ghcr.io/astral-sh/uv:0.8.14 /uv /bin/uv
23+
COPY --from=ghcr.io/astral-sh/uv:0.8.22 /uv /bin/uv
2424

2525
# Set environment for build
2626
ENV UV_SYSTEM_PYTHON=1 \
@@ -68,7 +68,7 @@ WORKDIR /app
6868
COPY --from=builder --chown=discogsography:discogsography /app /app
6969

7070
# Install uv for runtime
71-
COPY --from=ghcr.io/astral-sh/uv:0.8.14 /uv /bin/uv
71+
COPY --from=ghcr.io/astral-sh/uv:0.8.22 /uv /bin/uv
7272

7373
# Create startup script
7474
# [Startup script section - see below]

graphinator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG GID=1000
88
FROM python:${PYTHON_VERSION}-slim AS builder
99

1010
# Install uv
11-
COPY --from=ghcr.io/astral-sh/uv:0.8.14 /uv /bin/uv
11+
COPY --from=ghcr.io/astral-sh/uv:0.8.22 /uv /bin/uv
1212

1313
# Set environment for build
1414
ENV UV_SYSTEM_PYTHON=1 \

tableinator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG GID=1000
88
FROM python:${PYTHON_VERSION}-slim AS builder
99

1010
# Install uv
11-
COPY --from=ghcr.io/astral-sh/uv:0.8.14 /uv /bin/uv
11+
COPY --from=ghcr.io/astral-sh/uv:0.8.22 /uv /bin/uv
1212

1313
# Set environment for build
1414
ENV UV_SYSTEM_PYTHON=1 \

0 commit comments

Comments
 (0)