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 b633bad9de4 Bump flit from 3.10.1 to 3.12.0 in /dev/breeze (#50786)
b633bad9de4 is described below
commit b633bad9de4d3b73308dbbe4e3cee9a9dc02e554
Author: Dependabot [bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 19 17:47:14 2025 -0400
Bump flit from 3.10.1 to 3.12.0 in /dev/breeze (#50786)
Bumps [flit](https://github.com/pypa/flit) from 3.10.1 to 3.12.0.
- [Changelog](https://github.com/pypa/flit/blob/main/doc/history.rst)
- [Commits](https://github.com/pypa/flit/compare/3.10.1...3.12.0)
---
updated-dependencies:
- dependency-name: flit
dependency-version: 3.12.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
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 d8c94f61df9..3b7fb9271ab 100644
--- a/dev/breeze/pyproject.toml
+++ b/dev/breeze/pyproject.toml
@@ -55,7 +55,7 @@ dependencies = [
# is taken from the front-end not from the backend, so in order to make
sure that the
# 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==3.12.0",
"flit-core==3.12.0",
"google-api-python-client>=2.142.0",
"google-auth-httplib2>=0.2.0",