From 15f4d5a9c3aef713704dce95b916e45fbfcd9233 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 05:24:11 +0000 Subject: [PATCH] Update flit requirement Updates the requirements on [flit](https://github.com/pypa/flit) to permit the latest version. Updates `flit` to 4.0.2 - [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 dependency-group: packages ... Signed-off-by: dependabot[bot] --- .github/utils/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/utils/requirements.txt b/.github/utils/requirements.txt index 2baf84f..7202e2c 100644 --- a/.github/utils/requirements.txt +++ b/.github/utils/requirements.txt @@ -1,3 +1,3 @@ cookiecutter~=2.7 -flit~=3.12 +flit~=4.0 pip-tools~=7.6