Skip to content

Commit 91706b3

Browse files
authored
Merge pull request #118 from TotallyNotRobots/renovate/pre-commit-4.4.x
chore(deps): update dependency pre-commit to v4.4.0
2 parents 90fb75c + ec3e104 commit 91706b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ requires = [
5757
[tool.hatch.envs.default]
5858
type = "pip-compile"
5959
dependencies = [
60-
"pre-commit==4.3.0",
60+
"pre-commit==4.4.0",
6161
"pytest==8.4.2",
6262
"hatch-pip-compile==1.11.5",
6363
"pip==25.2",
@@ -107,7 +107,7 @@ post-install-commands = []
107107

108108
[tool.hatch.envs.pre-commit]
109109
extra-dependencies = [
110-
"pre-commit==4.3.0",
110+
"pre-commit==4.4.0",
111111
]
112112
post-install-commands = []
113113

0 commit comments

Comments
 (0)