diff --git a/pyproject.toml b/pyproject.toml index bfed805..7d02029 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,8 +77,8 @@ dev-mkdocs = [ "mkdocs-literate-nav == 0.6.2", "frequenz-api-dispatch == 1.0.0-rc3", "mkdocs-macros-plugin == 1.4.0", - "mkdocs-material == 9.6.18", - "mkdocstrings[python] == 0.30.0", + "mkdocs-material == 9.6.21", + "mkdocstrings[python] == 0.30.1", "frequenz-repo-config[lib] == 0.13.5", ] dev-mypy = [ @@ -92,19 +92,19 @@ dev-mypy = [ ] dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.5"] dev-pylint = [ - "pylint == 3.3.8", + "pylint == 3.3.9", # For checking the noxfile, docs/ script, and tests "frequenz-client-dispatch[cli,dev-mkdocs,dev-noxfile,dev-pytest]", "frequenz-api-dispatch == 1.0.0-rc3", ] dev-pytest = [ - "pytest == 8.4.1", + "pytest == 8.4.2", "frequenz-repo-config[extra-lint-examples] == 0.13.5", "pytest-mock == 3.15.1", "pytest-asyncio == 1.2.0", "async-solipsism == 0.8", "time-machine == 2.19.0", - "hypothesis == 6.140.2", + "hypothesis == 6.140.3", "frequenz-client-dispatch[cli]", ] dev = [