From 909ebfa49aab4ebd62ef6376f4993c6edb3107e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 16:31:46 +0000 Subject: [PATCH] [provider-imap] Bump flit-core from 3.11.0 to 3.12.0 in /providers/imap 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] --- providers/imap/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/imap/pyproject.toml b/providers/imap/pyproject.toml index 2495a5d7f78f0..2b8fa1f8f586f 100644 --- a/providers/imap/pyproject.toml +++ b/providers/imap/pyproject.toml @@ -20,7 +20,7 @@ # IF YOU WANT TO MODIFY THIS FILE EXCEPT DEPENDENCIES, YOU SHOULD MODIFY THE TEMPLATE # `pyproject_TEMPLATE.toml.jinja2` IN the `dev/breeze/src/airflow_breeze/templates` DIRECTORY [build-system] -requires = ["flit_core==3.11.0"] +requires = ["flit_core==3.12.0"] build-backend = "flit_core.buildapi" [project]