diff --git a/pyproject.toml b/pyproject.toml index e1bd84c..3b971b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,27 +56,27 @@ add_proto_files = "setuptools_betterproto:AddProtoFiles" [project.optional-dependencies] dev-flake8 = [ - "flake8 == 7.0.0", + "flake8 == 7.1.0", "flake8-docstrings == 1.7.0", "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml - "pydoclint == 0.4.1", + "pydoclint == 0.5.3", "pydocstyle == 6.3.0", ] dev-formatting = ["black == 24.4.2", "isort == 5.13.2"] dev-mkdocs = [ "Markdown == 3.6.0", "black == 24.4.2", - "mike == 2.1.1", + "mike == 2.1.2", "mkdocs-gen-files == 0.5.0", "mkdocs-literate-nav == 0.6.1", "mkdocs-macros-plugin == 1.0.5", - "mkdocs-material == 9.5.25", + "mkdocs-material == 9.5.27", "mkdocstrings[python] == 0.25.1", - "mkdocstrings-python == 1.10.3", + "mkdocstrings-python == 1.10.5", "frequenz-repo-config[lib] == 0.9.2", ] dev-mypy = [ - "mypy == 1.10.0", + "mypy == 1.10.1", "types-Markdown == 3.6.0.20240316", # This uses >= because these are types from production dependencies, not dev # dependencies, so we need to keep them in sync @@ -91,8 +91,8 @@ dev-pylint = [ "setuptools-betterproto[dev-mkdocs,dev-noxfile,dev-pytest]", ] dev-pytest = [ - "pytest == 8.2.1", - "pylint == 3.2.2", # We need this to check for the examples + "pytest == 8.2.2", + "pylint == 3.2.5", # We need this to check for the examples "frequenz-repo-config[extra-lint-examples] == 0.9.2", "pytest-mock == 3.14.0", "pytest-asyncio == 0.23.7",