From 7671556413ca4b94911ef2032d5f1be6140c28e1 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Tue, 22 Jul 2025 13:44:16 +0200 Subject: [PATCH] chore: bump mypy to 1.17 in dev extra dependencies too --- psycopg/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/psycopg/pyproject.toml b/psycopg/pyproject.toml index 0aa60e460..5fd143298 100644 --- a/psycopg/pyproject.toml +++ b/psycopg/pyproject.toml @@ -83,7 +83,7 @@ dev = [ "flake8 >= 4.0", "isort[colors] >= 6.0", "isort-psycopg", - "mypy >= 1.14", + "mypy >= 1.17", "pre-commit >= 4.0.1", "types-setuptools >= 57.4", "types-shapely >= 2.0", -- 2.47.2