SERVER-92415 Bump db-contrib-tool version to v0.8.3 (#24732)

GitOrigin-RevId: f5574c86aa5c24a2234321d4964ce7938ec5bd2b
This commit is contained in:
Zack Winter
2024-07-15 09:31:14 -07:00
committed by MongoDB Bot
parent e29725df78
commit c3045ede00

View File

@@ -9,5 +9,5 @@ function setup_db_contrib_tool {
# We force reinstall here because when we download the previous venv the shebang
# in pipx still points to the old machines python location.
python -m pip --disable-pip-version-check install --force-reinstall --no-deps "pipx==1.4.3" || exit 1
pipx install "db-contrib-tool==0.8.2" --pip-args="--no-cache-dir" || exit 1
pipx install "db-contrib-tool==0.8.3" --pip-args="--no-cache-dir" || exit 1
}