diff --git a/pyproject.toml b/pyproject.toml index ae4b60d7..85fb77f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ test = [ "pyserial-asyncio-fast==0.14", "pytest==8.3.3", "pytest-asyncio==0.24.0", - "ruff==0.6.9", + "ruff==0.7.0", "tox==4.21.2", "types-pyserial==3.5.0.20240826" ] diff --git a/requirements_test.txt b/requirements_test.txt index 912bcdb7..e42d8790 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -5,7 +5,7 @@ pre-commit==4.0.1 pyserial-asyncio-fast==0.14 pytest-asyncio==0.24.0 pytest==8.3.3 -ruff==0.6.9 +ruff==0.7.0 tomli==2.0.2 tox==4.21.2 types-pyserial==3.5.0.20240826