From 40fd88632003586e5dd6643a5825cdbf7edb87e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Randy=20D=C3=B6ring?= <30527984+radoering@users.noreply.github.com> Date: Sun, 27 Oct 2024 10:57:35 +0100 Subject: [PATCH] temp: use suitable poetry-core version --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7377ff56383..d8a33d6a6ff 100644 --- a/poetry.lock +++ b/poetry.lock @@ -981,9 +981,9 @@ develop = false [package.source] type = "git" -url = "https://github.com/python-poetry/poetry-core.git" -reference = "main" -resolved_reference = "eb68b291ccbb1ff226e04cdd5a58acc6e6053c0a" +url = "https://github.com/radoering/poetry-core.git" +reference = "allow-pre-releases-tri-state" +resolved_reference = "b047a84b4e9acb33738e77ab360c729e4b129798" [[package]] name = "pre-commit" @@ -1611,4 +1611,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "46dbbe39c0a9dd1a2fcfb72dc37639b203729cfbf91b6e014c2238bd4fd02145" +content-hash = "7cb57640f470fa67e81aff1665b830e0abff08894e66995ae12efedf6568c702" diff --git a/pyproject.toml b/pyproject.toml index afd83be6d0e..bd5c171405c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ Changelog = "https://python-poetry.org/history/" [tool.poetry.dependencies] python = "^3.9" -poetry-core = { git = "https://github.com/python-poetry/poetry-core.git", branch = "main" } +poetry-core = { git = "https://github.com/radoering/poetry-core.git", branch = "allow-pre-releases-tri-state" } build = "^1.2.1" cachecontrol = { version = "^0.14.0", extras = ["filecache"] } cleo = "^2.1.0"