diff --git a/pyproject.toml b/pyproject.toml index e3679a9..0404dff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,9 +41,9 @@ dependencies = [ [project.optional-dependencies] dev = [ - "pytest>=7.4.0", - "pytest-asyncio>=0.21.0", - "pytest-cov>=4.1.0", + "pytest>=9.0.3", + "pytest-asyncio>=1.3.0", + "pytest-cov>=7.1.0", "black>=23.0.0", "isort>=5.12.0", "flake8>=6.0.0",