From 5c64b35f257559828c3f0461fdc2801cf8c0253d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 16:21:33 +0000 Subject: [PATCH] Bump flit-core from 3.11.0 to 3.12.0 in /dev/breeze Bumps [flit-core](https://github.com/pypa/flit) from 3.11.0 to 3.12.0. - [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst) - [Commits](https://github.com/pypa/flit/compare/3.11.0...3.12.0) --- updated-dependencies: - dependency-name: flit-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev/breeze/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/breeze/pyproject.toml b/dev/breeze/pyproject.toml index 133881796ec42..04ec21a2147c3 100644 --- a/dev/breeze/pyproject.toml +++ b/dev/breeze/pyproject.toml @@ -55,7 +55,7 @@ dependencies = [ # packages are reproducible, we should pin both backend in "build-system" and frontend in # "dependencies" of the environment that is used to build the packages "flit==3.10.1", - "flit-core==3.11.0", + "flit-core==3.12.0", "google-api-python-client>=2.142.0", "google-auth-httplib2>=0.2.0", "google-auth-oauthlib>=1.2.0",