This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v3-1-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit f45aeba7a5ae5804732741a8b2abea33c5c239b0 Author: Jarek Potiuk <[email protected]> AuthorDate: Sat Nov 1 22:13:34 2025 +0100 [v3-1-test] Update diagrams>=0.24.4 (#57483) (#57698) * Update graphviz>=0.21 and diagrams>=0.24.4 * Update diagrams>=0.24.4 (cherry picked from commit 15e0b7501d9a66491597f77626de639403effa77) Co-authored-by: Elad Kalif <[email protected]> --- devel-common/pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/devel-common/pyproject.toml b/devel-common/pyproject.toml index c9b1b30ca3b..bbdd1989150 100644 --- a/devel-common/pyproject.toml +++ b/devel-common/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ dependencies = [ "aioresponses>=0.7.6", - "black>=23.12.0", + "black>=25.0.0", "filelock>=3.13.0", "jmespath>=0.7.0", "kgb>=7.2.0", @@ -96,8 +96,8 @@ dependencies = [ "sphinxcontrib-spelling>=8.0.0", ] "docs-gen" = [ - "diagrams>=0.23.4", - "eralchemy2>=1.3.8", + "diagrams>=0.24.4", + "eralchemy>=1.6", ] "mypy" = [ # Mypy dependencies
