From b7f7da6513b0beb3f9ecacbbaa12549644a20fa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 00:52:57 +0000 Subject: [PATCH] Update flit requirement from >=3.12.0 to >=4.0.2 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.12.0...4.0.2) --- updated-dependencies: - dependency-name: flit dependency-version: 4.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 028c1ac..dd952aa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -flit>=3.12.0 +flit>=4.0.2 tox>=4.56.1 pytest>=9.1.1 mdformat >=0.7.0