diff --git a/pyproject.toml b/pyproject.toml index fe331fb..78c59d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,22 +52,22 @@ dev-flake8 = [ "pydoclint == 0.6.11", "pydocstyle == 6.3.0", ] -dev-formatting = ["black == 25.1.0", "isort == 6.0.1"] +dev-formatting = ["black == 25.9.0", "isort == 6.0.1"] dev-mkdocs = [ - "Markdown == 3.8.2", - "black == 25.1.0", + "Markdown == 3.9", + "black == 25.9.0", "mike == 2.1.3", "mkdocs-gen-files == 0.5.0", "mkdocs-literate-nav == 0.6.2", - "mkdocs-macros-plugin == 1.3.9", + "mkdocs-macros-plugin == 1.4.0", "mkdocs-material == 9.6.18", "mkdocstrings[python] == 0.30.0", "mkdocstrings-python == 1.18.2", "frequenz-repo-config[lib] == 0.13.5", ] dev-mypy = [ - "mypy == 1.17.1", - "types-Markdown == 3.8.0.20250809", + "mypy == 1.18.2", + "types-Markdown == 3.9.0.20250906", # For checking the noxfile, docs/ script, and tests "frequenz-core[dev-mkdocs,dev-noxfile,dev-pytest]", ] @@ -81,10 +81,10 @@ dev-pytest = [ "pytest == 8.4.1", "pylint == 3.3.8", # We need this to check for the examples "frequenz-repo-config[extra-lint-examples] == 0.13.5", - "pytest-mock == 3.14.1", + "pytest-mock == 3.15.1", "pytest-asyncio == 1.1.0", "async-solipsism == 0.8", - "hypothesis == 6.138.11", + "hypothesis == 6.140.2", ] dev = [ "frequenz-core[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",