Skip to content

Commit f301eb0

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)