Skip to content

Commit 1befcd5

Browse files
Bump ruff from 0.6.5 to 0.8.2
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.6.5 to 0.8.2. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.6.5...0.8.2) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 02dfb69 commit 1befcd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ pyyaml==6.0.2
128128
# pre-commit
129129
requests==2.32.3
130130
# via appdaemon (pyproject.toml)
131-
ruff==0.6.5
131+
ruff==0.8.2
132132
# via appdaemon (pyproject.toml)
133133
sgmllib3k==1.0.0
134134
# via feedparser

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dev = [
5757
"black >= 23.1,< 24.9",
5858
'pre-commit >= 3.1.1,< 3.9.0; python_version>"3.7"', # pre-commit does not support Python < 3.8
5959
"pytest >= 7.2.1,< 8.4.0",
60-
"ruff>= 0.0.261,< 0.7.0"
60+
"ruff>= 0.0.261,< 0.9.0"
6161
]
6262

6363
# Dependencies required to build the documentation using sphinx

0 commit comments

Comments
 (0)