From 73bf3ca5639170b8e3215d7de354996a1a8b6b2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 08:53:08 +0000 Subject: [PATCH] chore(deps-dev): update flit-core requirement 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/3.12.0...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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 39a50d91..62552b59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ # https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html # https://flit.pypa.io/en/latest/pyproject_toml.html [build-system] -requires = ["flit_core >=3.12.0,<4.0.0"] +requires = ["flit_core >=4.0.2,<5.0.0"] build-backend = "flit_core.buildapi" [project] @@ -91,7 +91,7 @@ docs = [ dist = [ "cyclonedx-bom >=7.0.0,<8.0.0", "flit >=3.2.0,<4.0.0", - "flit_core >=3.2.0,<4.0.0", + "flit_core >=4.0.2,<5.0.0", ] hooks = [ "pre-commit >=4.0.0,<4.7.0",