diff --git a/setup.py b/setup.py index 02b7045d..95d4712f 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ def _parse_requirements(path, encoding="utf-8"): "pytest-cov>=2.8.0, <5.0.0", "pytest-lazy-fixture>=0.6.0, <1.0.0", "pytest-mock>=3.1.0, <4.0.0", - "ruff==0.1.3", # ensure consistency with pre-commit + "ruff==0.1.8", # ensure consistency with pre-commit "scikit-learn>=0.23.0, <1.4.0", "kedro-datasets[pandas.CSVDataSet]", ],