From 2c1e560c8c599e8e75fea1577da1f0870fa0ee03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 09:47:42 +0000 Subject: [PATCH] Bump ruff from 0.0.292 to 0.1.6 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.292 to 0.1.6. - [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/v0.0.292...v0.1.6) --- 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 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