This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-1-test by this push:
     new 0b8465fd5a2 [v3-1-test] build: upgrade mypy to 1.19.1 (#59446) (#59494)
0b8465fd5a2 is described below

commit 0b8465fd5a2e28c794ccf73084ff652addf9dfe3
Author: Ankit Chaurasia <[email protected]>
AuthorDate: Tue Dec 16 14:40:01 2025 +0545

    [v3-1-test] build: upgrade mypy to 1.19.1 (#59446) (#59494)
    
    Co-authored-by: Wei Lee <[email protected]>
---
 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 b986ecd7c42..234215890d7 100644
--- a/devel-common/pyproject.toml
+++ b/devel-common/pyproject.toml
@@ -103,7 +103,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",

Reply via email to