diff --git a/build.sh b/build.sh index 59eb1ae6c..fccf3ed9f 100755 --- a/build.sh +++ b/build.sh @@ -35,7 +35,7 @@ pipx ensurepath pipx install --python python3.11 poetry==1.7.1 # https://pypi.org/project/poetry-plugin-dotenv/ # https://python-poetry.org/docs/master/plugins/#using-plugins -pipx inject --verbose poetry poetry-plugin-dotenv==0.6.10 +pipx inject --verbose poetry poetry-plugin-dotenv==0.6.11 pipx list # Install project dependencies defined in cwd pyproject.toml using poetry.toml