From 3a89f68ed51265011e39124f053420c9f16b3f4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 02:44:15 +0000 Subject: [PATCH] chore(deps-dev): bump flit-core from 3.10 to 3.12.0 in the flit group Bumps the flit group with 1 update: [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]