Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-09-22 11:46:10 +0200
committerGitHub <noreply@github.com>2023-09-22 11:46:10 +0200
commit4f9e8d2381d9603f99d37fe38462a2f98d059d37 (patch)
treee7054413f09d6eff06a85b7f7f11c6a6cbbf267c /pyproject.toml
parentd6ef345fc3549db0127050fa8b762bc8ca1cfb3f (diff)
chore(deps): update dependency dev/pre-commit to v3.4.0 (#2090)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 861b7f5b..36ee0492 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -30,7 +30,7 @@ Source = "https://github.com/archlinux/archinstall"
[project.optional-dependencies]
dev = [
"mypy==1.5.1",
- "pre-commit==3.3.1",
+ "pre-commit==3.4.0",
]
doc = ["sphinx"]