From 9d92a131959fcdbc3c5d4b8bff387c6f0e82e0f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 22:22:42 +0000 Subject: [PATCH] Bump flit from 3.9.0 to 3.10.1 Bumps [flit](https://github.com/pypa/flit) from 3.9.0 to 3.10.1. - [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst) - [Commits](https://github.com/pypa/flit/compare/3.9.0...3.10.1) --- updated-dependencies: - dependency-name: flit 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 86adc31..9b2c663 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dev = [ "attribution==1.8.0", "build>=1", "black==24.8.0", - "flit==3.9.0", + "flit==3.10.1", "mypy==1.12.1", "ufmt==2.7.3", "usort==1.0.8.post1",