Skip to content

Commit 9e46601

Browse files
authored
[Auto-generated] Update dependencies (#418)
* Update `pre-commit` hooks * Temporarily use pip<25.3 due to pip-tools issue --------- Co-authored-by: Casper Welzel Andersen <casper.w.andersen@sintef.no>
2 parents 752aa38 + d767811 commit 9e46601

File tree

6 files changed

+10
-2
lines changed

6 files changed

+10
-2
lines changed

.github/utils/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
cookiecutter~=2.6
22
flit~=3.12
3+
pip<25.3 # temporary
34
pip-tools~=7.5

.github/workflows/ci_tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,6 @@ jobs:
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

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ repos:
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
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
pip<25.3 # temporary
12
pip-tools==7.5.1

{{ cookiecutter.project_slug }}/.github/workflows/ci_tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ jobs:
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 }})

{{ cookiecutter.project_slug }}/.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ repos:
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

0 commit comments

Comments
 (0)