diff --git a/pyproject.toml b/pyproject.toml index e3679a9..14430a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,9 +44,9 @@ dev = [ "pytest>=7.4.0", "pytest-asyncio>=0.21.0", "pytest-cov>=4.1.0", - "black>=23.0.0", - "isort>=5.12.0", - "flake8>=6.0.0", + "black>=26.3.1", + "isort>=8.0.1", + "flake8>=7.3.0", "mypy>=1.5.0", "ipython>=8.14.0", ]