diff --git a/pyproject.toml b/pyproject.toml index 2b59919c..d83b1956 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ cli = [ ] dev-flake8 = [ - "flake8 == 7.2.0", + "flake8 == 7.3.0", "flake8-docstrings == 1.7.0", "flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml "pydoclint == 0.6.6", @@ -98,13 +98,13 @@ dev-pylint = [ "frequenz-api-dispatch == 1.0.0-rc2", ] dev-pytest = [ - "pytest == 8.3.5", + "pytest == 8.4.1", "frequenz-repo-config[extra-lint-examples] == 0.13.4", "pytest-mock == 3.14.1", "pytest-asyncio == 0.26.0", "async-solipsism == 0.7", "time-machine == 2.16.0", - "hypothesis == 6.132.0", + "hypothesis == 6.135.20", "frequenz-client-dispatch[cli]", ] dev = [