File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 uses : astral-sh/setup-uv@v6
2626 with :
2727 enable-cache : true
28- version : " 0.9.16 "
28+ version : " 0.10.10 "
2929 python-version : ${{ matrix.python-version }}
3030
3131 - name : Install the project
Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ repos:
1212 - id : check-added-large-files
1313 - id : check-ast
1414- repo : https://github.com/psf/black
15- rev : 25.11.0
15+ rev : 26.3.1
1616 hooks :
1717 - id : black
1818- repo : https://github.com/asottile/pyupgrade
1919 rev : v3.21.2
2020 hooks :
2121 - id : pyupgrade
2222- repo : https://github.com/astral-sh/uv-pre-commit
23- rev : 0.9.16
23+ rev : 0.10.10
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.16 /uv /uvx /bin/
6+ COPY --from=ghcr.io/astral-sh/uv:0.10.10 /uv /uvx /bin/
77
88COPY . /app
99WORKDIR /app
Original file line number Diff line number Diff line change 1414
1515from .utils import sync_group , sync_user
1616
17-
1817logger = logging .getLogger (__name__ )
1918
2019
Original file line number Diff line number Diff line change 55# SPDX-License-Identifier: MIT
66
77"""Django's command-line utility for administrative tasks."""
8+
89import os
910import sys
1011
Original file line number Diff line number Diff line change 88
99from .hashers import SHA256PasswordHasher , SHA512PasswordHasher
1010
11-
1211# Test data from https://akkadia.org/drepper/SHA-crypt.txt
1312SHA256_TEST_DATA = [
1413 [
You can’t perform that action at this time.
0 commit comments