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:45:03 +0200
committerGitHub <noreply@github.com>2023-09-22 11:45:03 +0200
commitd6ef345fc3549db0127050fa8b762bc8ca1cfb3f (patch)
treed657e5d6c49b02847bec6e1c63fde947d7d8f913 /pyproject.toml
parentdb057aee1e1258e9c4b2b5b2a3561052bdd3b4b3 (diff)
chore(deps): update dependency dev/mypy to v1.5.1 (#2089)
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 83c68e1d..861b7f5b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -29,7 +29,7 @@ Source = "https://github.com/archlinux/archinstall"
[project.optional-dependencies]
dev = [
- "mypy==1.1.1",
+ "mypy==1.5.1",
"pre-commit==3.3.1",
]
doc = ["sphinx"]