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

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2712>
This commit is contained in:
Renovate Bot 2024-01-31 14:33:45 +00:00
parent 5ef3366974
commit ec913cfa64
1 changed files with 1 additions and 1 deletions

View File

@ -23,5 +23,5 @@ django-environ = "==0.10.0"
sphinx-autobuild = "2021.3.14"
[build-system]
requires = ["poetry-core>=1.0.0"]
requires = ["poetry-core==1.8.1"]
build-backend = "poetry.core.masonry.api"