Skip to content

Commit 075be8b

Browse files
ci: Bump pip-tools to v7.5.3
Make it compatible with pip >= 25.3, which removed 'use_pep517' argument
1 parent 2c0348d commit 075be8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python-version: "3.11"
2525
- name: Compile
2626
run: |
27-
python -m pip install pip-tools==7.4.1
27+
python -m pip install pip-tools==7.5.2
2828
python .github/workflows/update_env.py compile
2929
- uses: actions/upload-artifact@v4
3030
with:

0 commit comments

Comments
 (0)