From: David Lord Date: Thu, 24 Oct 2024 21:14:07 +0000 (-0700) Subject: Merge branch 'stable' X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee6c734e9bb5977c8f9650fc2631a92f762e606c;p=thirdparty%2Fjinja.git Merge branch 'stable' --- ee6c734e9bb5977c8f9650fc2631a92f762e606c diff --cc .github/workflows/tests.yaml index 4a755422,515a7a5e..068f09c5 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@@ -29,10 -21,11 +21,10 @@@ jobs - {python: '3.10'} - {python: '3.9'} - {python: '3.8'} - - {python: '3.7'} - {name: PyPy, python: 'pypy-3.10', tox: pypy310} steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 with: python-version: ${{ matrix.python }} allow-prereleases: true diff --cc .pre-commit-config.yaml index acd7bba8,74b54e8f..6ad19aac --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@@ -1,6 -1,8 +1,6 @@@ -ci: - autoupdate_schedule: monthly repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.2 + rev: v0.7.1 hooks: - id: ruff - id: ruff-format