Skip to content

Commit 9259254

Browse files
fix(deps): update dependency ruff to ^0.12.0
1 parent eb8e2e9 commit 9259254

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
@@ -49,7 +49,7 @@ types-docutils = { version = "^0.20", optional = true }
4949
typing-extensions = { version = "^4.11", markers = "python_version <= '3.9'", optional = true }
5050

5151
# extras linting/formatting
52-
ruff = { version = "^0.4.0", optional = true }
52+
ruff = { version = "^0.12.0", optional = true }
5353

5454
# extras security
5555
pip-audit = { version = "^2.7.2", optional = true }

0 commit comments

Comments
 (0)