Skip to content

Commit 5d892bf

Browse files
committed
chore: update deps
1 parent cdb7a03 commit 5d892bf

10 files changed

Lines changed: 373 additions & 338 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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: b035497fb64e3f9faa91e833331688cc185891e6 # frozen: 0.36.0
25+
rev: ccf21790019848af3eb4464be2a9d5efed6358f3 # frozen: 0.36.1
2626
hooks:
2727
- id: check-github-workflows
2828
- id: check-github-actions
@@ -37,7 +37,7 @@ repos:
3737
# files: '^(README\.md|CLAUDE\.md|docs/.*\.md|[^/]+/README\.md|[^/]+/.*\.md)$'
3838

3939
- repo: https://github.com/astral-sh/ruff-pre-commit
40-
rev: 9b1e9a33f1b33f6ecc2fdbb8d7cc894e951106e4 # frozen: v0.14.13
40+
rev: 45ef068da5f21267bb2a7ec4a623092959f09ce5 # frozen: v0.14.14
4141
hooks:
4242
- id: ruff
4343
args: [--fix]
@@ -58,7 +58,7 @@ repos:
5858
- psycopg[binary]
5959

6060
- repo: https://github.com/PyCQA/bandit
61-
rev: ea0d187d78b2e6365e35f676d2eb9b1be264c091 # frozen: 1.9.2
61+
rev: 765f00d3f202f83f61d03f882f80a2d5142d81f8 # frozen: 1.9.3
6262
hooks:
6363
- id: bandit
6464
args: [-x, "tests"]

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.9.26 /uv /bin/uv
11+
COPY --from=ghcr.io/astral-sh/uv:0.9.28 /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.9.26 /uv /bin/uv
11+
COPY --from=ghcr.io/astral-sh/uv:0.9.28 /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.9.26 /uv /bin/uv
23+
COPY --from=ghcr.io/astral-sh/uv:0.9.28 /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.9.26 /uv /bin/uv
71+
COPY --from=ghcr.io/astral-sh/uv:0.9.28 /uv /bin/uv
7272

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

extractor/pyextractor/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.9.26 /uv /bin/uv
11+
COPY --from=ghcr.io/astral-sh/uv:0.9.28 /uv /bin/uv
1212

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

0 commit comments

Comments
 (0)