diff --git a/Pipfile b/Pipfile index 4bdf949..eecd361 100644 --- a/Pipfile +++ b/Pipfile @@ -15,6 +15,6 @@ black = "==24.8.0" pytest-cov = "==5.0.0" pytest-xdist = "==3.6.1" ruff = "==0.6.2" -mypy = "==1.11.1" +mypy = "==1.11.2" tbump = "==6.11.0" rstcheck = {version = "==6.2.4", extras = ["sphinx"]}