chore: pin dependency poetry-core to ==1.8.1

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2713>
This commit is contained in:
Renovate Bot 2024-01-31 15:04:08 +00:00
parent ec913cfa64
commit 15b261d7fd
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ python = "^3.8"
pytest = "7.3.1"
[build-system]
requires = ["poetry-core>=1.0.0"]
requires = ["poetry-core==1.8.1"]
build-backend = "poetry.core.masonry.api"
[tool.pytest.ini_options]