diff --git a/pyproject.toml b/pyproject.toml index ef08a4f..b17b0b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,26 +48,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-quantities[dev-mkdocs,dev-noxfile,dev-pytest,marshmallow]", ] -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 @@ -80,7 +80,7 @@ dev-pytest = [ "pytest-mock == 3.14.0", "pytest-asyncio == 0.24.0", "async-solipsism == 0.7", - "hypothesis == 6.112.2", + "hypothesis == 6.116.0", "frequenz-quantities[marshmallow]", ]