From f4c42ce02836d3a569989d1af72344b27b531a96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 23:59:50 +0000 Subject: [PATCH] chore(deps): bump flit from 3.9.0 to 3.10.0 Bumps [flit](https://github.com/pypa/flit) from 3.9.0 to 3.10.0. - [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst) - [Commits](https://github.com/pypa/flit/compare/3.9.0...3.10.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 57d07ffb..34558611 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ dev = ["nox==2024.10.9"] "pytest-cov>=5.0.0, <7", "pytest-randomly>=3.15.0, <4" ] -"dev.release" = ["flit==3.9.0"] +"dev.release" = ["flit==3.10.0"] "dev.changelog" = ["towncrier==24.8.0"] [tool.flit.module]