From 0a8f8f0845f01e8cdccd32b8b7077c6900683cb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 22:03:12 +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 6461ab92ed4..74fc0cd2c0b 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]