diff --git a/pyproject.toml b/pyproject.toml index a15f180..2cf8ff3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ bs4 = "^0.0.2" [tool.poetry.dev-dependencies] autoflake = "^2.0.0" isort = "^5.10.1" -black = "^24.0.0" +black = "^25.0.0" pytest = "^8.0.0" [build-system]