mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04: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:
parent
5c0b87ff95
commit
2bdf6280f6
1
changelog.d/16986.misc
Normal file
1
changelog.d/16986.misc
Normal file
@ -0,0 +1 @@
|
||||
Raise poetry-core version cap to 1.9.0.
|
@ -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"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user