From 62830c3bded14c1216757abbf38846ecfba5449e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 15:03:25 +0000 Subject: [PATCH] Update flit requirement from >=3.7.1 to >=3.12.0 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.7.1...3.12.0) --- updated-dependencies: - dependency-name: flit dependency-version: 3.12.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 2aa838f..3918051 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -4,7 +4,7 @@ black flake8 flit_core>=3.7.1 -flit>=3.7.1 +flit>=3.12.0 ipython isort>=5.0.0