Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit ea45789

Browse files
committed
Use < instead of != and expand to asf upgrades
1 parent 5cc56aa commit ea45789

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/asf-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
bin/release-helper.sh set-dep-ver awscli "==$AWSCLI_VERSION"
9797
9898
# upgrade the requirements files only for the botocore package
99-
python3 -m pip install --upgrade pip pip-tools
99+
python3 -m pip install --upgrade pip<26.0 pip-tools
100100
pip-compile --strip-extras --upgrade-package "botocore==$BOTOCORE_VERSION" --upgrade-package "boto3==$BOTO3_VERSION" --extra base-runtime -o requirements-base-runtime.txt pyproject.toml
101101
pip-compile --strip-extras --upgrade-package "botocore==$BOTOCORE_VERSION" --upgrade-package "boto3==$BOTO3_VERSION" --upgrade-package "awscli==$AWSCLI_VERSION" --extra runtime -o requirements-runtime.txt pyproject.toml
102102
pip-compile --strip-extras --upgrade-package "botocore==$BOTOCORE_VERSION" --upgrade-package "boto3==$BOTO3_VERSION" --upgrade-package "awscli==$AWSCLI_VERSION" --extra test -o requirements-test.txt pyproject.toml

0 commit comments

Comments
 (0)