Update Python packages and pre-commit hooks (#30269)

* Update Python packages and pre-commit hooks

* fix pyqt

---------

Co-authored-by: adeebshihadeh <adeebshihadeh@users.noreply.github.com>
old-commit-hash: 13bf8c26f3
This commit is contained in:
Adeeb Shihadeh
2023-10-18 20:18:08 -07:00
committed by GitHub
parent a544533476
commit 58df021bd7
4 changed files with 8 additions and 6 deletions
+2 -2
View File
@@ -54,8 +54,8 @@ fi
eval "$(pyenv init --path)"
echo "update pip"
pip install pip==23.2.1
pip install poetry==1.5.1
pip install pip==23.3
pip install poetry==1.6.1
poetry config virtualenvs.prefer-active-python true --local
poetry config virtualenvs.in-project true --local