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-11-23 18:14:31 +0100
committerGitHub <noreply@github.com>2023-11-23 18:14:31 +0100
commit61d549fbabfc65a9205c8aebf0a673d2e844840e (patch)
tree5db4e7f64996540bc47bd314b50991831dfeb2e6 /pyproject.toml
parent084cffc36350bd308a997efd8aa8a5cf08ff71c5 (diff)
Update dependency dev/mypy to v1.7.0 (#2209)
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 614bb590..8da9b1c0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -28,7 +28,7 @@ Source = "https://github.com/archlinux/archinstall"
[project.optional-dependencies]
dev = [
- "mypy==1.6.1",
+ "mypy==1.7.0",
"pre-commit==3.5.0",
]
doc = ["sphinx"]