From abd8a28bfac93b84cb23b44983846ba958440e66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 18:44:10 +0000 Subject: [PATCH] Bump flit from 3.8.0 to 3.9.0 Bumps [flit](https://github.com/pypa/flit) from 3.8.0 to 3.9.0. - [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst) - [Commits](https://github.com/pypa/flit/compare/3.8.0...3.9.0) --- 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 c38ab0d..bd2d754 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [] dev = [ "attribution==1.6.2", "black==23.3.0", - "flit==3.8.0", + "flit==3.9.0", "mypy==1.2.0", "ufmt==2.1.0", "usort==1.0.6",