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>2024-03-07 15:10:19 +0100
committerGitHub <noreply@github.com>2024-03-07 15:10:19 +0100
commit1c071f3bb3b67152b3cb6bf7ce0fd39e9ba581e0 (patch)
tree2f4a322439055f3ef34339d4c269407b5f3cb1d3 /pyproject.toml
parent0e8d7aac168287ed7da54481c5673daf047ed129 (diff)
chore(deps): update dependency dev/mypy to v1.8.0 (#2308)
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 8f0640bd..3ff58fe1 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.1",
+ "mypy==1.8.0",
"pre-commit==3.6.2",
]
doc = ["sphinx"]