diff --git a/pyproject.toml b/pyproject.toml index 51cb403..c9557c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,21 +48,21 @@ dev-flake8 = [ "pydoclint == 0.4.1", "pydocstyle == 6.3.0", ] -dev-formatting = ["black == 24.2.0", "isort == 5.13.2"] +dev-formatting = ["black == 24.3.0", "isort == 5.13.2"] dev-mkdocs = [ - "black == 24.2.0", - "Markdown==3.5.2", + "black == 24.3.0", + "Markdown==3.6", "mike == 2.0.0", "mkdocs-gen-files == 0.5.0", "mkdocs-literate-nav == 0.6.1", "mkdocs-macros-plugin == 1.0.5", - "mkdocs-material == 9.5.12", + "mkdocs-material == 9.5.17", "mkdocstrings[python] == 0.24.1", "frequenz-repo-config[lib] == 0.9.1", ] dev-mypy = [ - "mypy == 1.8.0", - "types-Markdown == 3.5.0.20240129", + "mypy == 1.9.0", + "types-Markdown == 3.6.0.20240316", "types-protobuf == 4.24.0.20240311", "grpc-stubs == 1.53.0.5", # This dependency introduces breaking changes in patch releases # For checking the noxfile, docs/ script, and tests @@ -75,12 +75,12 @@ dev-pylint = [ "frequenz-client-base[dev-mkdocs,dev-noxfile,dev-pytest]", ] dev-pytest = [ - "pytest == 8.0.2", + "pytest == 8.1.1", "frequenz-repo-config[extra-lint-examples] == 0.9.1", - "pytest-mock == 3.12.0", - "pytest-asyncio == 0.23.5", - "async-solipsism == 0.5", - "hypothesis == 6.98.15", + "pytest-mock == 3.14.0", + "pytest-asyncio == 0.23.6", + "async-solipsism == 0.6", + "hypothesis == 6.100.0", ] dev = [ "frequenz-client-base[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",