0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

SERVER-73749 Update db-contrib-tool version that includes fix for new branch fallback

This commit is contained in:
Mikhail Shchatko 2023-02-08 14:28:59 +02:00 committed by Evergreen Agent
parent a691dacf5b
commit c136914675

View File

@ -7,5 +7,5 @@ function setup_db_contrib_tool_venv {
python -m pip --disable-pip-version-check install "pip==21.0.1" "wheel==0.37.0" || exit 1
python -m pip --disable-pip-version-check install "pipx" || exit 1
pipx install "db-contrib-tool==0.4.5" || exit 1
pipx install "db-contrib-tool==0.5.9" || exit 1
}