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-10-18 08:00:16 +0200
committerGitHub <noreply@github.com>2023-10-18 08:00:16 +0200
commit78ab858b3bba488925f08df917350a854e52dc2d (patch)
treed21acbcebaba37ce8c8317d9a425e556714a5202 /pyproject.toml
parentce9828c2934937217daee6ba178dafedf6cabe6d (diff)
chore(deps): update dependency dev/mypy to v1.6.1 (#2184)
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 551b9241..1e70f9f7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -29,7 +29,7 @@ Source = "https://github.com/archlinux/archinstall"
[project.optional-dependencies]
dev = [
- "mypy==1.6.0",
+ "mypy==1.6.1",
"pre-commit==3.5.0",
]
doc = ["sphinx"]