From f515d6f2b99f0430254c325d5f5e5c73685dbb4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 16:55:34 +0000 Subject: [PATCH] chore(deps): update dependency mypy to v1.19.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3799a60..63d77b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ jinja2==3.1.6 ; python_version >= "3.12" and python_version < "4.0" loguru==0.7.3 ; python_version >= "3.12" and python_version < "4.0" markupsafe==3.0.2 ; python_version >= "3.12" and python_version < "4.0" mypy-extensions==1.1.0 ; python_version >= "3.12" and python_version < "4.0" -mypy==1.17.1 ; python_version >= "3.12" and python_version < "4.0" +mypy==1.19.0 ; python_version >= "3.12" and python_version < "4.0" packaging==25.0 ; python_version >= "3.12" and python_version < "4.0" pathspec==0.12.1 ; python_version >= "3.12" and python_version < "4.0" platformdirs==4.4.0 ; python_version >= "3.12" and python_version < "4.0"