Skip to content

Commit

Permalink
fix(deps): update dependency ruff to ^0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 27, 2024
1 parent 98cdedd commit e189122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ types-docutils = { version = "^0.20", optional = true }
typing-extensions = { version = "^4.11", markers = "python_version <= '3.9'", optional = true }

# extras linting/formatting
ruff = { version = "^0.4.0", optional = true }
ruff = { version = "^0.5.0", optional = true }

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

0 comments on commit e189122

Please sign in to comment.