From 65ec743f240f44887ecdc23b5cfb207687947e2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 15:03:02 +0000 Subject: [PATCH] Update flit-core requirement from <4 to <5 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/0.2...4.0.2) --- updated-dependencies: - dependency-name: flit-core dependency-version: 4.0.2 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 9d6fa2a..2af1e8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ Issues = "https://github.com/bemserver/bemserver-api-client/issues" Source = "https://github.com/bemserver/bemserver-api-client" [build-system] -requires = ["flit_core<4"] +requires = ["flit_core<5"] build-backend = "flit_core.buildapi" [tool.flit.sdist]