Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-04-25 10:12:15 +1000
committerGitHub <noreply@github.com>2024-04-25 10:12:15 +1000
commiteb36a94781fe97d45932c241f2d4537f26843515 (patch)
tree0148a3e34abaa6ef0d6bc4a1abb3dd019a34709a
parentbf368a94f59ba1d1d5c2df9450c086f1e6ed4020 (diff)
chore(deps): update dependency dev/mypy to v1.10.0 (#2476)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 20b8955e..0fa17900 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -30,7 +30,7 @@ Source = "https://github.com/archlinux/archinstall"
[project.optional-dependencies]
log = ["systemd_python==235"]
dev = [
- "mypy==1.9.0",
+ "mypy==1.10.0",
"pre-commit==3.7.0",
]
doc = ["sphinx"]