From 8408f3a484269b3fac9b4cd1c7c90ac3c77a73e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 09:04:34 +0000 Subject: [PATCH] chore(deps-dev): update flit requirement Updates the requirements on [flit](https://github.com/pypa/flit) to permit the latest version. - [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst) - [Commits](https://github.com/pypa/flit/compare/3.2.0...3.12.0) --- updated-dependencies: - dependency-name: flit dependency-version: 3.12.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5d408e1e..7374ca5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ actions = [ "twine ==6.2.0", ] dev = [ - "flit >=3.2.0,<4.0.0", + "flit >=3.12.0,<4.0.0", "mypy >=1.0.0,<1.21", "pip-audit >=2.4.4,<3.0.0", "pylint >=3.0.0,<4.1.0",