From 2286d33b1ec9694a92c9d2e0cabf1530e2aa854c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 02:43:23 +0000 Subject: [PATCH] chore(deps-dev): bump flit-core in the flit group across 1 directory Bumps the flit group with 1 update in the / directory: [flit-core](https://github.com/pypa/flit). Updates `flit-core` from 3.10 to 3.12.0 - [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst) - [Commits](https://github.com/pypa/flit/compare/3.10.0...3.12.0) --- updated-dependencies: - dependency-name: flit-core dependency-version: 3.12.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: flit ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f14507c3b9d..ad8e117595f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] # When ESRP Release supports License-Expression, update flit_core to use >=3.2,<4 -requires = ["flit_core==3.10"] +requires = ["flit_core==3.12.0"] build-backend = "flit_core.buildapi" [project]