summaryrefslogtreecommitdiff
path: root/etc/pip
diff options
context:
space:
mode:
authorDavid Bradford <david.bradford@mongodb.com>2021-03-01 12:35:13 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-03-01 23:46:55 +0000
commita22cbaba0634e6d20244b75c94e8e693e961399d (patch)
tree37cbc45eae4d174299f33515ea97214789b9cb75 /etc/pip
parentfae0542f9ff0be300a5a6d1eb901b15f5a0953dd (diff)
downloadmongo-a22cbaba0634e6d20244b75c94e8e693e961399d.tar.gz
SERVER-54861: Update pylint to 2.7.2
Diffstat (limited to 'etc/pip')
-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 4c1bc8b839a..aabea5938ea 100644
--- a/etc/pip/components/lint.req
+++ b/etc/pip/components/lint.req
@@ -3,7 +3,7 @@
GitPython ~= 3.1.7
mypy ~= 0.800; python_version > "3.5"
pydocstyle == 2.1.1
-pylint == 2.3.1
+pylint == 2.7.2
structlog ~= 19.2.0
typing
yamllint == 1.15.0