-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hi, your project pyci(commit id: 85784c5) requires "boltons==18.0.0" in its dependency. After analyzing the source code, we found that the following versions of boltons can also be suitable, i.e., boltons 17.0.0, 17.1.0, 17.2.0, 18.0.1, since all functions that you directly (1 APIs: boltons.cacheutils.cachedproperty.init) or indirectly (propagate to 0 boltons's internal APIs and 0 outsider APIs) used from the package have not been changed in these versions, thus not affecting your usage.
Therefore, we believe that it is quite safe to loose your dependency on boltons from "boltons==18.0.0" to "boltons>=17.0.0,<=18.0.1". This will improve the applicability of pyci and reduce the possibility of any further dependency conflict with other projects.
May I pull a request to further loosen the dependency on boltons?
By the way, could you please tell us whether such an automatic tool for dependency analysis may be potentially helpful for maintaining dependencies easier during your development?