Skip to content

Commit 76c0d83

Browse files
chore(deps): update ruff requirement from <0.13,>=0.12 to >=0.12,<0.14 (#392)
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version. - [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.12.0...0.13.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b7fdc4e commit 76c0d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ linting = [
4848
{ include-group = "dev" },
4949
"mypy>=1.11.2,<2",
5050
"pre-commit>=2.20.0,<5",
51-
"ruff>=0.12,<0.13",
51+
"ruff>=0.12,<0.14",
5252
]
5353
docs = [{ include-group = "dev" }, "pdoc"]
5454
all = [

0 commit comments

Comments
 (0)