This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch v2-10-test in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v2-10-test by this push: new f4d91d7225f Bump flit-core from 3.10.1 to 3.11.0 in /dev/breeze (#48133) f4d91d7225f is described below commit f4d91d7225fbe3ea0cb2634c0b413a0fdbedc2c6 Author: Dependabot [bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Sun Mar 23 23:10:29 2025 +0100 Bump flit-core from 3.10.1 to 3.11.0 in /dev/breeze (#48133) Bumps [flit-core](https://github.com/pypa/flit) from 3.10.1 to 3.11.0. - [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst) - [Commits](https://github.com/pypa/flit/compare/3.10.1...3.11.0) --- updated-dependencies: - dependency-name: flit-core 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 aee0805d18f..133881796ec 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.10.1", + "flit-core==3.11.0", "google-api-python-client>=2.142.0", "google-auth-httplib2>=0.2.0", "google-auth-oauthlib>=1.2.0",