From e0bbfc3ac7c35fd3c0b20a64f01091471c1bf384 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 09:49:13 +0000 Subject: [PATCH] Bump ruff from 0.6.5 to 0.8.1 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.5 to 0.8.1. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.6.5...0.8.1) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 2ed1accb2..ef4457d94 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.8.1 # via appdaemon (pyproject.toml) sgmllib3k==1.0.0 # via feedparser diff --git a/pyproject.toml b/pyproject.toml index 862fc9b75..ee4aaaea6 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.9.0" ] # Dependencies required to build the documentation using sphinx