diff --git a/pyproject.toml b/pyproject.toml index b1839db..d2b0723 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,8 +4,8 @@ [build-system] requires = [ "setuptools == 78.1.0", - "setuptools_scm[toml] == 8.2.0", - "frequenz-repo-config[lib] == 0.13.1", + "setuptools_scm[toml] == 8.3.1", + "frequenz-repo-config[lib] == 0.13.4", ] build-backend = "setuptools.build_meta" @@ -39,31 +39,31 @@ dev-flake8 = [ "flake8 == 7.2.0", "flake8-docstrings == 1.7.0", "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml - "pydoclint == 0.6.4", + "pydoclint == 0.6.6", "pydocstyle == 6.3.0", ] dev-formatting = ["black == 25.1.0", "isort == 6.0.1"] dev-mkdocs = [ - "Markdown == 3.7", + "Markdown == 3.8", "black == 25.1.0", "mike == 2.1.3", "mkdocs-gen-files == 0.5.0", "mkdocs-literate-nav == 0.6.2", "mkdocs-macros-plugin == 1.3.7", - "mkdocs-material == 9.6.11", + "mkdocs-material == 9.6.14", "mkdocstrings[python] == 0.29.1", - "mkdocstrings-python == 1.16.8", - "frequenz-repo-config[lib] == 0.13.1", + "mkdocstrings-python == 1.16.11", + "frequenz-repo-config[lib] == 0.13.4", ] dev-mypy = [ - "mypy == 1.15.0", - "types-Markdown == 3.7.0.20250322", + "mypy == 1.16.0", + "types-Markdown == 3.8.0.20250415", # For checking the noxfile, docs/ script, and tests "frequenz-client-assets[dev-mkdocs,dev-noxfile,dev-pytest]", ] dev-noxfile = [ - "nox == 2025.2.9", - "frequenz-repo-config[lib] == 0.13.1", + "nox == 2025.5.1", + "frequenz-repo-config[lib] == 0.13.4", ] dev-pylint = [ # dev-pytest already defines a dependency to pylint because of the examples @@ -72,9 +72,9 @@ dev-pylint = [ ] dev-pytest = [ "pytest == 8.3.5", - "pylint == 3.3.6", # We need this to check for the examples - "frequenz-repo-config[extra-lint-examples] == 0.13.1", - "pytest-mock == 3.14.0", + "pylint == 3.3.7", # We need this to check for the examples + "frequenz-repo-config[extra-lint-examples] == 0.13.4", + "pytest-mock == 3.14.1", "pytest-asyncio == 0.26.0", "async-solipsism == 0.7", ]