From b0768a21a6a7e7963ce962620c718f607ad466c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 01:01:12 +0000 Subject: [PATCH] Update flit-core requirement from <4,>=2 to >=3.12.0,<4 Updates the requirements on [flit-core](https://github.com/pypa/flit) to permit the latest version. - [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst) - [Commits](https://github.com/pypa/flit/compare/2.0...3.12.0) --- updated-dependencies: - dependency-name: flit-core dependency-version: 3.12.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1e371c7..0805056 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["flit_core >=2,<4"] +requires = ["flit_core >=3.12.0,<4"] build-backend = "flit_core.buildapi" [tool.flit.metadata]