Skip to content

Commit 5dd27e9

Browse files
committed
Update pip-tools
1 parent f885aff commit 5dd27e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
for VER in $PYTHON_VERSIONS
4646
do
4747
echo "::group::Updating dependencies for python $VER..."
48-
python$VER -m pip install pip-tools==7.4.1
48+
python$VER -m pip install pip-tools==7.5.2
4949
python$VER -m piptools compile --upgrade --no-annotate -o examples-requirements-py$VER.txt --all-extras ../pyproject.toml examples.in
5050
python$VER -m piptools compile --upgrade --no-annotate -o tests-requirements-py$VER.txt examples-requirements-py$VER.txt tests.in
5151
echo "::endgroup::"

0 commit comments

Comments
 (0)