0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-23 14:03:45 +02:00

Pin build-system requirements (#14080)

* Pin build-system requirements

* Changelog
This commit is contained in:
David Robertson 2022-10-06 12:55:07 +01:00 committed by GitHub
parent 79c592cec6
commit 720b12c209
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

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

@ -0,0 +1 @@
Pin build-system requirements.

View file

@ -307,7 +307,7 @@ twine = "*"
towncrier = ">=18.6.0rc1"
[build-system]
requires = ["poetry-core>=1.0.0", "setuptools_rust>=1.3"]
requires = ["poetry-core==1.2.0", "setuptools_rust==1.5.2"]
build-backend = "poetry.core.masonry.api"