mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Update poetry and dependencies
This commit is contained in:
parent
b41eb34b17
commit
bd356d7280
5 changed files with 183 additions and 164 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue