diff --git a/pyproject.toml b/pyproject.toml index f76af1c..3fd33e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,24 +42,24 @@ dev-flake8 = [ "flake8 == 6.1.0", "flake8-docstrings == 1.7.0", "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml - "pydoclint == 0.3.2", + "pydoclint == 0.3.8", "pydocstyle == 6.3.0", ] -dev-formatting = ["black == 23.9.1", "isort == 5.12.0"] +dev-formatting = ["black == 23.12.0", "isort == 5.13.2"] dev-mkdocs = [ - "black == 23.9.1", - "Markdown==3.4.4", + "black == 23.12.0", + "Markdown==3.5.1", "mike == 2.0.0", "mkdocs-gen-files == 0.5.0", "mkdocs-literate-nav == 0.6.1", - "mkdocs-macros-plugin == 1.0.4", - "mkdocs-material == 9.3.1", - "mkdocstrings[python] == 0.23.0", + "mkdocs-macros-plugin == 1.0.5", + "mkdocs-material == 9.5.2", + "mkdocstrings[python] == 0.24.0", "frequenz-repo-config[lib] == 0.7.5", ] dev-mypy = [ - "mypy == 1.5.1", - "types-Markdown == 3.4.2.10", + "mypy == 1.7.1", + "types-Markdown == 3.5.0.3", # For checking the noxfile, docs/ script, and tests "frequenz-client-base[dev-mkdocs,dev-noxfile,dev-pytest]", ] @@ -68,15 +68,15 @@ dev-noxfile = [ "frequenz-repo-config[lib] == 0.7.5", ] dev-pylint = [ - "pylint == 3.0.2", + "pylint == 3.0.3", # For checking the noxfile, docs/ script, and tests "frequenz-client-base[dev-mkdocs,dev-noxfile,dev-pytest]", ] dev-pytest = [ - "pytest == 7.4.2", + "pytest == 7.4.3", "frequenz-repo-config[extra-lint-examples] == 0.7.5", - "pytest-mock == 3.11.1", - "pytest-asyncio == 0.21.1", + "pytest-mock == 3.12.0", + "pytest-asyncio == 0.23.2", "async-solipsism == 0.5", ] dev = [