diff --git a/pyproject.toml b/pyproject.toml index 5f7bea1..be2f15f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,14 +40,14 @@ markdown = "3.10.2" mkdocs = "1.6.1" mkdocs-material = "9.7.6" mdx-truly-sane-lists = "1.3" -pymdown-extensions = "10.21.3" +pymdown-extensions = "11.0" mike = "2.2.0" isort = "8.0.1" coveralls = "4.1.0" -pytest = "9.0.3" +pytest = "9.1.1" pytest-cov = "7.1.0" pytest-random-order = "1.2.0" -ruff = "0.15.16" +ruff = "0.15.20" pytest-mock = "3.15.1" pre-commit = "4.6.0" mypy = ">=1.15,<3.0"