Skip to content

Commit 84f6400

Browse files
Update ruff requirement from ^0.7.3 to ^0.8.1 (#64)
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.7.3...0.8.1) --- 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> Co-authored-by: MarcielTorres <marcielribeirotorres@gmail.com>
1 parent 34ef62d commit 84f6400

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
@@ -11,7 +11,7 @@ python = "^3.11"
1111
[tool.poetry.dev-dependencies]
1212
pytest = "^8.0.0"
1313
pytest-cov = "^6.0.0"
14-
ruff = "^0.7.3"
14+
ruff = "^0.8.1"
1515

1616
[tool.pytest.ini_options]
1717
testpaths = ["tests",]

0 commit comments

Comments
 (0)