Update poetry and dependencies

This commit is contained in:
Alex Root Junior 2022-09-28 00:10:53 +03:00
parent b41eb34b17
commit bd356d7280
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC
5 changed files with 183 additions and 164 deletions

View file

@ -78,7 +78,7 @@ jobs:
uses: snok/install-poetry@v1
if: "env.IS_PYPY == 'false' || env.IS_WINDOWS == 'false'"
with:
version: 1.1.11
version: 1.2.1
virtualenvs-create: true
virtualenvs-in-project: true
installer-parallel: true
@ -87,7 +87,7 @@ jobs:
if: "env.IS_PYPY == 'true' && env.IS_WINDOWS == 'true'"
run: |
set -eu
pip install "poetry==1.1.11"
pip install "poetry==1.2.1"
poetry config virtualenvs.create true
poetry config virtualenvs.in-project true
poetry config installer.parallel true