Skip to content

Commit 3c778f4

Browse files
Update ruff requirement from ==0.4.2 to ==0.4.7 (#28)
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@v0.4.2...v0.4.7) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dd5fe92 commit 3c778f4

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
@@ -18,7 +18,7 @@ mkdocs-markdownextradata-plugin = ">=0.1.7,<0.3.0"
1818
[tool.poetry.group.dev.dependencies]
1919
ipykernel = "^6.29.0"
2020
mypy = ">=1.0.0"
21-
ruff = "==0.4.2"
21+
ruff = "==0.4.7"
2222
pre-commit = ">=2.20.0, <4.0.0"
2323
yamllint = "^1.32.0"
2424
pymarkdownlnt = "^0.9.16"

0 commit comments

Comments
 (0)