blob: cf97a26986bc52340aab6963c3bb7fb70a878a93 (
plain)
1
2
3
4
5
6
7
8
9
10
|
diff --git a/src/pybind/mgr/dashboard/requirements-lint.txt b/src/pybind/mgr/dashboard/requirements-lint.txt
index 1b15f46817c..89a6496098e 100644
--- a/src/pybind/mgr/dashboard/requirements-lint.txt
+++ b/src/pybind/mgr/dashboard/requirements-lint.txt
@@ -1,4 +1,4 @@
-pylint==2.6.0
+pylint==2.17.4
flake8==3.9.0
flake8-colors==0.1.6
#TODO: Fix docstring issues: https://tracker.ceph.com/issues/41224
|