From 7a034884c6f3d09169702368206bb37d918c00a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 10:39:18 +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 d2c43e2..7335fb8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dev = [ "coverage==7.5.3", "flake8==7.1.1", "flake8-bugbear==24.8.19", - "flit==3.9.0", + "flit==3.10.1", "mypy==1.13.0", "rich==13.7.1", "ufmt==2.8.0",