From 14c836ff88ee467e24c364b2c24bd744820a127a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 18:19:04 +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-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 682c83fe..31eaee75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ astropy = [ 'astropy>=5.0.0', ] publish = [ - 'flit==3.10.1', + 'flit==3.12.0', ] [project.urls]