summaryrefslogtreecommitdiff
path: root/etc/pip/components/lint.req
diff options
context:
space:
mode:
Diffstat (limited to 'etc/pip/components/lint.req')
-rw-r--r--etc/pip/components/lint.req4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/pip/components/lint.req b/etc/pip/components/lint.req
index a517075f717..9e04fbdea6c 100644
--- a/etc/pip/components/lint.req
+++ b/etc/pip/components/lint.req
@@ -1,8 +1,8 @@
# Linters
# Note: These versions are checked by python modules in buildscripts/linter/
GitPython ~= 3.1.7
-mypy < 0.900; python_version > "3.5"
-pydocstyle == 2.1.1
+mypy ~= 0.942
+pydocstyle == 6.1.1
pylint == 2.7.2
structlog ~= 19.2.0
typing <= 3.7.4.3