File tree Expand file tree Collapse file tree 6 files changed +10
-2
lines changed
{{ cookiecutter.project_slug }} Expand file tree Collapse file tree 6 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 11cookiecutter ~= 2.6
22flit ~= 3.12
3+ pip < 25.3 # temporary
34pip-tools ~= 7.5
Original file line number Diff line number Diff line change 9696 uses : pypa/gh-action-pip-audit@v1.1.0
9797 with :
9898 inputs : ${{ github.workspace }}/requirements.txt ${{ github.workspace }}/.github/utils/requirements.txt
99+ # Temporarily ignore pip vulnerability until we can upgrade to pip 25.3+
100+ ignore-vulns : |
101+ GHSA-4xh5-x5gv-qwph
Original file line number Diff line number Diff line change 8181 # More information can be found in its documentation:
8282 # https://docs.astral.sh/ruff/
8383 - repo : https://github.com/astral-sh/ruff-pre-commit
84- rev : v0.14.1
84+ rev : v0.14.2
8585 hooks :
8686 - id : ruff-check
8787 name : ruff
Original file line number Diff line number Diff line change 1+ pip<25.3 # temporary
12pip-tools==7.5.1
Original file line number Diff line number Diff line change 7070 uses : pypa/gh-action-pip-audit@v1.1.0
7171 with :
7272 inputs : ${{ runner.temp }}/requirements.txt
73+ # Temporarily ignore pip vulnerability until we can upgrade to pip 25.3+
74+ ignore-vulns : |
75+ GHSA-4xh5-x5gv-qwph
7376
7477 pytest :
7578 name : pytest (${{ matrix.os[1] }}-py${{ matrix.python-version }})
Original file line number Diff line number Diff line change 8484 # More information can be found in its documentation:
8585 # https://docs.astral.sh/ruff/
8686 - repo : https://github.com/astral-sh/ruff-pre-commit
87- rev : v0.14.1
87+ rev : v0.14.2
8888 hooks :
8989 - id : ruff-check
9090 name : ruff
You can’t perform that action at this time.
0 commit comments