diff --git a/Pipfile b/Pipfile index de339be..2183db8 100644 --- a/Pipfile +++ b/Pipfile @@ -11,6 +11,6 @@ pytest = "==8.3.3" pytest-cov = "==5.0.0" coverage = "==7.6.3" black = {version = "==24.10.0", markers="python_version >= '3.12'"} -mypy = "==1.11.2" +mypy = "==1.12.0" tbump = "==6.11.0" ruff = "==0.6.9"