We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f885aff commit 5dd27e9Copy full SHA for 5dd27e9
.github/workflows/dependencies.yaml
@@ -45,7 +45,7 @@ jobs:
45
for VER in $PYTHON_VERSIONS
46
do
47
echo "::group::Updating dependencies for python $VER..."
48
- python$VER -m pip install pip-tools==7.4.1
+ python$VER -m pip install pip-tools==7.5.2
49
python$VER -m piptools compile --upgrade --no-annotate -o examples-requirements-py$VER.txt --all-extras ../pyproject.toml examples.in
50
python$VER -m piptools compile --upgrade --no-annotate -o tests-requirements-py$VER.txt examples-requirements-py$VER.txt tests.in
51
echo "::endgroup::"
0 commit comments