From bd27b23c2a4e820954887efe543c30b841fc4296 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 18:12:24 +0000 Subject: [PATCH] chore(deps): update dependency poetry-core to >=1.9.1 --- poetry.lock | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index 9e237a75..84b4b72f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -282,6 +282,7 @@ python-versions = ">=3.10" groups = ["dev"] files = [ {file = "griffelib-2.0.0-py3-none-any.whl", hash = "sha256:01284878c966508b6d6f1dbff9b6fa607bc062d8261c5c7253cb285b06422a7f"}, + {file = "griffelib-2.0.0.tar.gz", hash = "sha256:e504d637a089f5cab9b5daf18f7645970509bf4f53eda8d79ed71cce8bd97934"}, ] [package.extras] diff --git a/pyproject.toml b/pyproject.toml index c7e3ce71..9e148bd4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ yamllint = "*" [build-system] -requires = ["poetry-core>=1.0.0"] +requires = ["poetry-core>=1.9.1"] build-backend = "poetry.core.masonry.api"