summaryrefslogtreecommitdiff
path: root/etc/pip/components/lint.req
diff options
context:
space:
mode:
authorMikhail Shchatko <mikhail.shchatko@mongodb.com>2022-01-04 12:11:19 +0300
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-01-05 09:25:17 +0000
commitb6d30f82753814220e360b82d0b5d87e834b279c (patch)
tree385dff41803c4298e4a9e8f43a44b2476bca0a3f /etc/pip/components/lint.req
parent22249d4747a17977a20d229f8f41185d9b99518d (diff)
downloadmongo-5.2.tar.gz
SERVER-57312 Pin transitive Python dependencies and use the pinned file for installation in Evergreen5.2
Diffstat (limited to 'etc/pip/components/lint.req')
-rw-r--r--etc/pip/components/lint.req2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/pip/components/lint.req b/etc/pip/components/lint.req
index 4f0c6239610..02bab15f540 100644
--- a/etc/pip/components/lint.req
+++ b/etc/pip/components/lint.req
@@ -5,7 +5,7 @@ mypy < 0.900; python_version > "3.5"
pydocstyle == 2.1.1
pylint == 2.7.2
structlog ~= 19.2.0
-typing
+typing <= 3.7.4.3
yamllint == 1.15.0
yapf == 0.26.0
evergreen-lint == 0.1.3