diff --git a/pyproject.toml b/pyproject.toml index 5fc5aae..244b290 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,12 +35,12 @@ Documentation = "https://mariofix.github.io/pyflowcl" [project.optional-dependencies] dev = [ - "pre-commit (>=4.6.0,<5.0.0)", + "pre-commit (>=4.6.1,<5.0.0)", "black (>=26.5.1,<27.0.0)", - "coverage (>=7.15.0,<8.0.0)", + "coverage (>=7.15.2,<8.0.0)", "pytest (>=9.1.1,<10.0.0)", - "mkdocs-material[git,imaging,recomended] (>=9.7.6,<10.0.0)", - "mkdocstrings[python] (>=1.0.5,<1.1.0)", + "mkdocs-material[git,imaging,recomended] (>=9.7.7,<10.0.0)", + "mkdocstrings[python] (>=1.0.6,<1.1.0)", "mkdocs-git-authors-plugin (>=0.10.0,<0.11.0)", "pytest-cov (>=7.1.0,<8.0.0)",