chore(api): pin dependency poetry-core to ==1.8.1

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2711>
This commit is contained in:
Renovate Bot 2024-01-11 10:05:00 +00:00
parent c5f582d0e3
commit 5ef3366974
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ django-extensions = "==3.2.3"
typesense = ["typesense"]
[build-system]
requires = ["poetry-core>=1.0.0"]
requires = ["poetry-core==1.8.1"]
build-backend = "poetry.core.masonry.api"
[tool.pylint.master]