diff --git a/pyproject.toml b/pyproject.toml index 867162f5..bd0de797 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dev = [ "pytest-aiohttp==1.1.0", "pytest-asyncio==1.4.0", "pytest-cov==7.1.0", - "ruff==0.15.15", + "ruff==0.15.16", "basedpyright==1.39.6", "pre-commit==4.6.0" # Added pre-commit for code quality checks ]