summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2021-11-24 10:27:08 +0100
committerSybren A. Stüvel <sybren@stuvel.eu>2021-11-24 10:28:25 +0100
commita038aef614c656d24c5dfede07e8efe5106ed72e (patch)
tree23ac68fd63821123de99e76d8200b38223a50464 /pyproject.toml
parent39c30a5565e01c65e7c095878c1d63346436a0aa (diff)
downloadrsa-git-a038aef614c656d24c5dfede07e8efe5106ed72e.tar.gz
Update dependencies for Python 3.10 compatibility
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 aad9df8..b3ed400 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -38,7 +38,7 @@ Sphinx = "^3.5.1"
pytest = "^6.2.2"
pytest-cov = "^2.11.1"
tox = "^3.22.0"
-mypy = "^0.800"
+mypy = "^0.910"
flake8 = "^3.8.4"
[build-system]