diff --git a/pyproject.toml b/pyproject.toml index 3f6ce95..6dd8fad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,10 +51,10 @@ Funding = 'https://github.com/sponsors/yezz123' lint = [ "pre-commit==3.8.0", "mypy==1.11.2", - "ruff==0.6.4", + "ruff==0.6.5", ] test = [ - "pytest==8.3.2", + "pytest==8.3.3", "pytest-cov==5.0.0", "pytest-asyncio == 0.24.0", "pytest-pretty",