This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v2-11-test in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v2-11-test by this push: new d6ff88f89ad Bump flit-core from 3.11.0 to 3.12.0 in /dev/breeze (#50703) d6ff88f89ad is described below commit d6ff88f89ad6011b7eaa20fac0a2de6245fe1030 Author: Dependabot [bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri May 16 18:39:59 2025 -0400 Bump flit-core from 3.11.0 to 3.12.0 in /dev/breeze (#50703) 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-version: 3.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 5860b309b3a..1605e3e9a45 100644 --- a/dev/breeze/pyproject.toml +++ b/dev/breeze/pyproject.toml @@ -56,7 +56,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",