From ed30aa9262c1866451fcb0bdce88b2c7a8edc2ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 17:47:55 +0000 Subject: [PATCH] Bump flit from 3.10.1 to 3.11.0 Bumps [flit](https://github.com/pypa/flit) from 3.10.1 to 3.11.0. - [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst) - [Commits](https://github.com/pypa/flit/compare/3.10.1...3.11.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 0ef59882..9d39135c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ astropy = [ 'astropy>=5.0.0', ] publish = [ - 'flit==3.10.1', + 'flit==3.11.0', ] [project.urls]