update pip/poetry versions (#32289)

old-commit-hash: bbbd510fcc
pull/32199/head
Mauricio Alvarez Leon 1 year ago committed by GitHub
parent e41bd18540
commit 8c69ae5381
  1. 4
      tools/install_python_dependencies.sh

@ -54,8 +54,8 @@ fi
eval "$(pyenv init --path)"
echo "update pip"
pip install pip==23.3
pip install poetry==1.6.1
pip install pip==24.0
pip install poetry==1.7.0
poetry config virtualenvs.prefer-active-python true --local
poetry config virtualenvs.in-project true --local

Loading…
Cancel
Save