diff --git a/requirements_test.txt b/requirements_test.txt index 4b8d31bf..18e04b5f 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -5,4 +5,4 @@ pytest==8.4.2 pytest-asyncio==1.2.0 pytest-cov==7.0.0 mypy==1.19.1 -ruff==0.14.11 +ruff==0.14.14 diff --git a/setup.py b/setup.py index 1abd25fb..457a968c 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ test_requirements = [ "pytest-asyncio", - "ruff==0.14.11", + "ruff==0.14.14", "codecov>=2.1.4", "pytest>=5.4.3", "pytest-cov>=2.9.0",