From 1b230716f93b2d50aa8ff1e9a8f844570afdb6b6 Mon Sep 17 00:00:00 2001 From: rsheeter Date: Tue, 8 Oct 2024 10:41:03 -0700 Subject: [PATCH] pytype --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6867d46..3eeabbd 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ "pytest", "pytest-clarity", "black==24.10.0", - "pytype==2023.10.31", + "pytype==2024.9.13", ], }, # this is so we can use the built-in dataclasses module