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>2023-11-24 08:13:19 +0100
committerGitHub <noreply@github.com>2023-11-24 08:13:19 +0100
commitf27c55d170d3a86ec7529f176fd9466a912483ce (patch)
tree9694715b8bfe4f314d379d23851a16296821102e
parentb0c8f33de6e1880a7b2d8268c8365dad8decd7c5 (diff)
Update dependency dev/mypy to v1.7.1 (#2256)
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 f7a544f5..3a36fe4a 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.7.0",
+ "mypy==1.7.1",
"pre-commit==3.5.0",
]
doc = ["sphinx"]