From: Daniele Varrazzo Date: Tue, 22 Jul 2025 11:44:16 +0000 (+0200) Subject: chore: bump mypy to 1.17 in dev extra dependencies too X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=HEAD;p=thirdparty%2Fpsycopg.git chore: bump mypy to 1.17 in dev extra dependencies too --- 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",