From d820f697688f1f32a6e33933c02ba9c11b7cf4b1 Mon Sep 17 00:00:00 2001 From: "pyup.io bot" Date: Tue, 2 Dec 2025 01:56:25 -0800 Subject: [PATCH] Update mypy to 1.19.0 (#6218) --- {{cookiecutter.project_slug}}/requirements/local.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/local.txt b/{{cookiecutter.project_slug}}/requirements/local.txt index cc1c605b7..f4a919d4e 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -11,7 +11,7 @@ watchfiles==1.1.1 # https://github.com/samuelcolvin/watchfiles # Testing # ------------------------------------------------------------------------------ -mypy==1.18.2 # https://github.com/python/mypy +mypy==1.19.0 # https://github.com/python/mypy django-stubs[compatible-mypy]==5.2.8 # https://github.com/typeddjango/django-stubs pytest==9.0.1 # https://github.com/pytest-dev/pytest pytest-sugar==1.1.1 # https://github.com/Teemu/pytest-sugar