diff --git a/pyproject.toml b/pyproject.toml index 4e7b9ba..f9092c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,26 +52,26 @@ dev-flake8 = [ "pydoclint == 0.5.9", "pydocstyle == 6.3.0", ] -dev-formatting = ["black == 24.8.0", "isort == 5.13.2"] +dev-formatting = ["black == 24.10.0", "isort == 5.13.2"] dev-mkdocs = [ "Markdown == 3.7", - "black == 24.8.0", + "black == 24.10.0", "mike == 2.1.3", "mkdocs-gen-files == 0.5.0", "mkdocs-literate-nav == 0.6.1", - "mkdocs-macros-plugin == 1.2.0", - "mkdocs-material == 9.5.39", - "mkdocstrings[python] == 0.26.1", - "mkdocstrings-python == 1.11.1", + "mkdocs-macros-plugin == 1.3.7", + "mkdocs-material == 9.5.43", + "mkdocstrings[python] == 0.26.2", + "mkdocstrings-python == 1.12.2", "frequenz-repo-config[lib] == 0.10.0", ] dev-mypy = [ - "mypy == 1.11.2", + "mypy == 1.13.0", "types-Markdown == 3.7.0.20240822", # For checking the noxfile, docs/ script, and tests "frequenz-core[dev-mkdocs,dev-noxfile,dev-pytest]", ] -dev-noxfile = ["nox == 2024.4.15", "frequenz-repo-config[lib] == 0.10.0"] +dev-noxfile = ["nox == 2024.10.9", "frequenz-repo-config[lib] == 0.10.0"] dev-pylint = [ # dev-pytest already defines a dependency to pylint because of the examples # For checking the noxfile, docs/ script, and tests @@ -84,7 +84,7 @@ dev-pytest = [ "pytest-mock == 3.14.0", "pytest-asyncio == 0.24.0", "async-solipsism == 0.7", - "hypothesis == 6.112.2", + "hypothesis == 6.115.6", ] dev = [ "frequenz-core[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",