summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2023-04-23 15:27:25 +0200
committerSybren A. Stüvel <sybren@stuvel.eu>2023-04-23 15:27:25 +0200
commit5045b149ba255349730e1c7ad78c61700427c5da (patch)
tree9e4cdb8e8b09b2b287a3a6b827fbdb81850057c7 /pyproject.toml
parent29a7411f2487ac25f7e276d6b5b03cb7cb8d6488 (diff)
downloadrsa-git-5045b149ba255349730e1c7ad78c61700427c5da.tar.gz
Bump mypy to 1.2.0
Mypy is an important checker, nice to keep up to date, and it's only a development-time dependency anyway.
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 4a217e7..bd4dcf7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -41,7 +41,7 @@ Sphinx = "^5.0.0"
pytest = "^7.2"
pytest-cov = "^4.0"
tox = "^3.22.0"
-mypy = "^0.910"
+mypy = "^1.2"
flake8 = "^3.8.4"
[build-system]