diff --git a/dev-requirements.txt b/dev-requirements.txt index 697f67185..49ae9dec2 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -126,7 +126,7 @@ pyyaml==6.0.1 # pre-commit requests==2.28.2 # via appdaemon (pyproject.toml) -ruff==0.0.292 +ruff==0.1.6 # via appdaemon (pyproject.toml) sgmllib3k==1.0.0 # via feedparser diff --git a/pyproject.toml b/pyproject.toml index 96a852662..37bb7a41f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,7 +59,7 @@ dev = [ "black >= 23.1,< 23.4", 'pre-commit >= 3.1.1,< 3.3.0; python_version>"3.7"', # pre-commit does not support Python < 3.8 "pytest >= 7.2.1,< 7.4.0", - "ruff~= 0.0.261" + "ruff>= 0.0.261,< 0.2.0" ] # Dependencies required to build the documentation using sphinx