diff --git a/Pipfile b/Pipfile index e6f9d41..fcdebe6 100644 --- a/Pipfile +++ b/Pipfile @@ -11,7 +11,7 @@ pytest = "==8.3.2" pytest-benchmark = "==4" pytest-cov = "==5.0.0" mypy = "==1.11.1" -black = {version = "==24.4.2", markers="python_version >= '3.8'"} +black = {version = "==24.8.0", markers="python_version >= '3.8'"} tbump = "==6.11.0" sphinx = {version = "==8.0.2", markers="python_version >= '3.10'"} ruff = "==0.5.6"