diff --git a/Pipfile b/Pipfile index a3c62060..6d1af7e4 100644 --- a/Pipfile +++ b/Pipfile @@ -16,6 +16,6 @@ psycopg-binary = {version = "==3.2.9", markers="implementation_name == 'cpython' pytest-cov = "==6.2.1" pytest-xdist = "==3.8.0" mock = "==5.2.0" -mypy = "==1.17.0" +mypy = "==1.17.1" types-setuptools = "==80.9.0.20250529" tbump = "==6.11.0"