From a4537352a9d0b13a29632ac60a33186ba0508a7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 16:11:59 +0000 Subject: [PATCH] chore(deps-dev): update flit-core requirement Updates the requirements on [flit-core](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...4.0.2) --- updated-dependencies: - dependency-name: flit-core dependency-version: 4.0.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- packages/serialization/json/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/serialization/json/pyproject.toml b/packages/serialization/json/pyproject.toml index 9ca8c703..2201d17f 100644 --- a/packages/serialization/json/pyproject.toml +++ b/packages/serialization/json/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["flit_core>=3.2,<4"] +requires = ["flit_core>=3.2,<5"] build-backend = "flit_core.buildapi" [project]