diff --git a/Pipfile b/Pipfile index 104a7873..a6f4ac27 100644 --- a/Pipfile +++ b/Pipfile @@ -17,6 +17,6 @@ psycopg-binary = {version = "==3.3.3", markers="implementation_name == 'cpython' pytest-cov = "==7.1.0" pytest-xdist = "==3.8.0" mock = "==5.2.0" -mypy = {version = "==1.20.1", markers="implementation_name == 'cpython'"} +mypy = {version = "==1.20.2", markers="implementation_name == 'cpython'"} types-setuptools = "==82.0.0.20260408" tbump = "==6.11.0"