File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ jobs:
2525 uses : astral-sh/setup-uv@v6
2626 with :
2727 enable-cache : true
28- version : " 0.9.10 "
28+ version : " 0.9.16 "
2929 python-version : ${{ matrix.python-version }}
3030
3131 - name : Install the project
3232 run : uv sync --locked --all-extras --dev
3333
3434 - name : pre-commit
3535 run : |
36- uvx pre-commit@4.4 .0 run --all-files
36+ uvx pre-commit@4.5 .0 run --all-files
3737
3838 - name : Run Tests
3939 run : |
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ repos:
1616 hooks :
1717 - id : black
1818- repo : https://github.com/asottile/pyupgrade
19- rev : v3.21.1
19+ rev : v3.21.2
2020 hooks :
2121 - id : pyupgrade
2222- repo : https://github.com/astral-sh/uv-pre-commit
23- rev : 0.9.10
23+ rev : 0.9.16
2424 hooks :
2525 - id : uv-export
Original file line number Diff line number Diff line change 33# SPDX-License-Identifier: CC0-1.0
44
55FROM python:3.14
6- COPY --from=ghcr.io/astral-sh/uv:0.9.10 /uv /uvx /bin/
6+ COPY --from=ghcr.io/astral-sh/uv:0.9.16 /uv /uvx /bin/
77
88COPY . /app
99WORKDIR /app
You can’t perform that action at this time.
0 commit comments