File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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]
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"]
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ARG GID=1000
88FROM 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
1414ENV UV_SYSTEM_PYTHON=1 \
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ARG GID=1000
88FROM 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
1414ENV UV_SYSTEM_PYTHON=1 \
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ ARG GID=1000
2020FROM 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
2626ENV UV_SYSTEM_PYTHON=1 \
@@ -68,7 +68,7 @@ WORKDIR /app
6868COPY --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]
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ARG GID=1000
88FROM 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
1414ENV UV_SYSTEM_PYTHON=1 \
You can’t perform that action at this time.
0 commit comments