0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-18 11:33:45 +02:00

Use poetry 1.2 for complement in latest deps (#14305)

This commit is contained in:
David Robertson 2022-10-26 17:22:26 +01:00 committed by GitHub
parent 0cfbb35131
commit 0d59ae706a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -151,12 +151,11 @@ jobs:
run: |
set -x
DEBIAN_FRONTEND=noninteractive sudo apt-get install -yqq python3 pipx
pipx install poetry==1.1.14
pipx install poetry==1.2.0
poetry remove -n twisted
poetry add -n --extras tls git+https://github.com/twisted/twisted.git#trunk
poetry lock --no-update
# NOT IN 1.1.14 poetry lock --check
working-directory: synapse
- run: |

1
changelog.d/14305.misc Normal file
View file

@ -0,0 +1 @@
Use Poetry 1.2.0 in the Twisted Trunk CI job.