diff --git a/pyproject.toml b/pyproject.toml index a4e170d..056c5c5 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", ] @@ -75,7 +75,7 @@ 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 + "pylint == 4.0.4", # We need this to check for the examples "frequenz-repo-config[extra-lint-examples] == 0.13.6", "pytest-mock == 3.15.1", "pytest-asyncio == 1.2.0",