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-03-10 09:33:41 +0100
committerGitHub <noreply@github.com>2024-03-10 09:33:41 +0100
commit635ae335bed8b05d56f886b61dc58c1c9f1cb4b3 (patch)
treefb74bca1e5e87c8b5bc700a30a72e377172fd6a6
parent624d3d5bf64b05388623d817454389832d1711af (diff)
chore(deps): update dependency dev/mypy to v1.9.0 (#2395)
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 3ff58fe1..c0afc9a4 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.8.0",
+ "mypy==1.9.0",
"pre-commit==3.6.2",
]
doc = ["sphinx"]