use poetry 1.8.3 (#18960)

This commit is contained in:
Kyle Altendorf
2024-12-03 09:22:07 -07:00
committed by GitHub
parent df52ee6a57
commit 2fe179c975
4 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -9,4 +9,4 @@ $ErrorActionPreference = "Stop"
py -$pythonVersion -m venv .penv
.penv/Scripts/python -m pip install --upgrade pip setuptools wheel
# TODO: maybe make our own zipapp/shiv/pex of poetry and download that?
.penv/Scripts/python -m pip install poetry "poetry-dynamic-versioning[plugin]"
.penv/Scripts/python -m pip install --requirement requirements-poetry.txt
+1 -1
View File
@@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.8.4 and should not be changed by hand.
# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand.
[[package]]
name = "aiofiles"
+3
View File
@@ -0,0 +1,3 @@
# presently dependabot uses 1.8.3 so let's stick with that for now
poetry==1.8.3
poetry-dynamic-versioning[plugin]
+1 -1
View File
@@ -33,4 +33,4 @@ done
"$PYTHON_COMMAND" -m venv .penv
.penv/bin/python -m pip install --upgrade pip setuptools wheel
# TODO: maybe make our own zipapp/shiv/pex of poetry and download that?
.penv/bin/python -m pip install poetry "poetry-dynamic-versioning[plugin]"
.penv/bin/python -m pip install --requirement requirements-poetry.txt