diff --git a/pyproject.toml b/pyproject.toml index a6aeefe..3aaba73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ dependencies = [ dynamic = ["version"] [project.optional-dependencies] -dev = ["pytest==8.3.4", "pytest-cov==6.0.0", "black==24.10.0", "flake8==7.1.1"] +dev = ["pytest==8.3.4", "pytest-cov==6.0.0", "black==25.1.0", "flake8==7.1.1"] docs = ["sphinx==8.0.2", "sphinx-rtd-theme==3.0.2", "sphinxcontrib-video==0.3.2"] plugins = ["pyqt5~=5.15", "toml==0.10.2"]