Skip to content

Commit 46b207a

Browse files
committed
NO-JIRA: pin micropipenv and uv versions in sync-requirements-txt.sh
1 parent 8962be9 commit 46b207a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/sync-requirements-txt.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ set -Eeuxo pipefail
55
# Namely, Konflux (https://konflux-ci.dev/), and Cachi2 (https://github.com/containerbuildsystem/cachi2).
66

77
# The following will create an extra requirement.txt file for every Pipfile.lock we have.
8-
micropipenv --version || pip install micropipenv
8+
micropipenv --version || pip install "micropipenv==1.9.0"
9+
uv --version || pip install "uv==0.8.12"
910
find . -name Pipfile.lock -execdir bash -c '
1011
pwd
1112
echo "# Generated by /scripts/sync-requirements-txt.sh from Pipfile.lock" > requirements.txt &&

0 commit comments

Comments
 (0)