diff --git a/pyproject.toml b/pyproject.toml index a4e170d..ee9c873 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ assets = [ dev-flake8 = [ "flake8 == 7.3.0", "flake8-docstrings == 1.7.0", - "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml + "flake8-pyproject == 1.2.4", # For reading the flake8 config from pyproject.toml "pydoclint == 0.7.6", "pydocstyle == 6.3.0", ] @@ -55,7 +55,7 @@ dev-mkdocs = [ "mkdocs-material == 9.6.23", "mkdocstrings[python] == 0.30.1", "mkdocstrings-python == 1.18.2", - "frequenz-repo-config[lib] == 0.13.6", + "frequenz-repo-config[lib] == 0.13.8", ] dev-mypy = [ "mypy == 1.18.2", @@ -65,7 +65,7 @@ dev-mypy = [ ] dev-noxfile = [ "nox == 2025.10.16", - "frequenz-repo-config[lib] == 0.13.6", + "frequenz-repo-config[lib] == 0.13.8", ] dev-pylint = [ # dev-pytest already defines a dependency to pylint because of the examples @@ -75,8 +75,8 @@ dev-pylint = [ dev-pytest = [ "frequenz-microgrid-component-graph[microgrid]", "pytest == 8.4.2", - "pylint == 4.0.2", # We need this to check for the examples - "frequenz-repo-config[extra-lint-examples] == 0.13.6", + "pylint == 4.0.4", # We need this to check for the examples + "frequenz-repo-config[extra-lint-examples] == 0.13.8", "pytest-mock == 3.15.1", "pytest-asyncio == 1.2.0", "async-solipsism == 0.8",