diff --git a/pyproject.toml b/pyproject.toml index 10d8f31..98b38fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,11 +50,11 @@ Funding = 'https://github.com/sponsors/yezz123' [project.optional-dependencies] lint = [ "pre-commit==3.7.0", - "mypy==1.9.0", - "ruff==0.4.1", + "mypy==1.10.0", + "ruff==0.4.2", ] test = [ - "pytest==8.1.1", + "pytest==8.2.0", "pytest-cov==5.0.0", "pytest-asyncio == 0.23.6", "pytest-pretty",