This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch publish-airflow-docs-latest-layout-2025-12 in repository https://gitbox.apache.org/repos/asf/airflow.git
commit ed447b96fbd801f308603c828ebdf32124d075ad Author: Wei Lee <[email protected]> AuthorDate: Mon Dec 15 18:58:40 2025 +0800 build: upgrade mypy to 1.19.1 (#59446) (cherry picked from commit 41e023d74ae70a333ceffbe2cdbd18b4067859f7) --- devel-common/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel-common/pyproject.toml b/devel-common/pyproject.toml index f6ede6899e5..9d5805b28b0 100644 --- a/devel-common/pyproject.toml +++ b/devel-common/pyproject.toml @@ -107,7 +107,7 @@ dependencies = [ "mypy" = [ # Mypy dependencies # TODO: upgrade to newer versions of MyPy continuously as they are released - "mypy==1.19.0", + "mypy==1.19.1", "types-Deprecated>=1.2.9.20240311", "types-Markdown>=3.6.0.20240316", "types-PyMySQL>=1.1.0.20240425",
