diff --git a/pyproject.toml b/pyproject.toml index bbc81d515..99182bdb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,17 +62,17 @@ documentation = [ development = [ "build>=1.2.1", "codespell>=2.3.0", - "coverage>=7.5.3", - "mypy>=1.10.0", - "pylint>=3.2.3", + "coverage>=7.6.0", + "mypy>=1.10.1", + "pylint>=3.2.5", "pytest>=8.2.2", - "pytest-asyncio>=0.23.7", + "pytest-asyncio>=0.23.8", "pytest-cov>=5.0.0", "pytest-profiling>=1.7.0", "pytest-timeout>=2.3.1", "pytest-xdist>=3.6.1", - "ruff>=0.4.8", - "twine>=5.1.0", + "ruff>=0.5.3", + "twine>=5.1.1", "types-Pygments", "types-pyserial" ]