diff --git a/requirements_test.txt b/requirements_test.txt index fa397bc2..d49ce58b 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -5,4 +5,4 @@ pytest==9.1.1 pytest-asyncio==1.4.0 pytest-cov==7.1.0 mypy==2.1.0 -ruff==0.15.15 +ruff==0.15.20 diff --git a/setup.py b/setup.py index fd798f3b..2890cae1 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ test_requirements = [ "pytest-asyncio", - "ruff==0.15.15", + "ruff==0.15.20", "codecov>=2.1.4", "pytest>=5.4.3", "pytest-cov>=2.9.0",