diff --git a/dev-requirements.txt b/dev-requirements.txt index 2ed1accb2..30187ef76 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -128,7 +128,7 @@ pyyaml==6.0.2 # pre-commit requests==2.32.3 # via appdaemon (pyproject.toml) -ruff==0.6.5 +ruff==0.7.4 # via appdaemon (pyproject.toml) sgmllib3k==1.0.0 # via feedparser diff --git a/pyproject.toml b/pyproject.toml index 862fc9b75..77e096fbe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ dev = [ "black >= 23.1,< 24.9", 'pre-commit >= 3.1.1,< 3.9.0; python_version>"3.7"', # pre-commit does not support Python < 3.8 "pytest >= 7.2.1,< 8.4.0", - "ruff>= 0.0.261,< 0.7.0" + "ruff>= 0.0.261,< 0.8.0" ] # Dependencies required to build the documentation using sphinx