Skip to content

Commit

Permalink
Update dependency pre-commit to ~=4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 28, 2025
1 parent a8a9201 commit c3d1619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ Repository = "https://github.com/apitally/apitally-py"
dev = [
"ipykernel~=6.29.0",
"mypy~=1.14.0",
"pre-commit~=3.5.0; python_version<'3.9'",
"pre-commit~=4.0.1; python_version>='3.9'",
"pre-commit~=4.1.0; python_version<'3.9'",
"pre-commit~=4.1.0; python_version>='3.9'",
"ruff~=0.9.1",
]
test = [
Expand Down

0 comments on commit c3d1619

Please sign in to comment.