0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-17 11:03:46 +02:00

Raise poetry-core version cap to 1.9.0 (#16986)

A new poetry-core version was released. See if CI is happy. Required for
the latest Fedora Synapse package.
This commit is contained in:
V02460 2024-03-13 17:40:08 +01:00 committed by GitHub
parent 5c0b87ff95
commit 2bdf6280f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

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

@ -0,0 +1 @@
Raise poetry-core version cap to 1.9.0.

View file

@ -382,7 +382,7 @@ furo = ">=2022.12.7,<2025.0.0"
# runtime errors caused by build system changes.
# We are happy to raise these upper bounds upon request,
# provided we check that it's safe to do so (i.e. that CI passes).
requires = ["poetry-core>=1.1.0,<=1.8.1", "setuptools_rust>=1.3,<=1.8.1"]
requires = ["poetry-core>=1.1.0,<=1.9.0", "setuptools_rust>=1.3,<=1.8.1"]
build-backend = "poetry.core.masonry.api"