From 8502fed3d4a602540ce90795b5a7eec1371a8e2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Apr 2025 00:39:48 +0000 Subject: [PATCH] Bump flit from 3.10.1 to 3.12.0 Bumps [flit](https://github.com/pypa/flit) from 3.10.1 to 3.12.0. - [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst) - [Commits](https://github.com/pypa/flit/compare/3.10.1...3.12.0) --- updated-dependencies: - dependency-name: flit dependency-version: 3.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 239de64..a4d9709 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dev = [ "coverage==7.6.8", "fissix==24.4.24", "flake8==7.1.1", - "flit==3.10.1", + "flit==3.12.0", "mypy==1.13.0", "packaging==24.2", "ufmt==2.8.0",