-
Notifications
You must be signed in to change notification settings - Fork 580
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bear Proposal: OutdatedDependencyBear #2445
Comments
We have a few linter bears which do this, but only for pip. For a generic / native bear, we need a library which provides a consistent API. Repology does that. package_manager does that. Wikidata does that. But each of those options will require a lot of work. |
This issue is reserved under the GSoC project Improve Generic Bear Quality. |
This function of this bear is to check if the dependencies of the project (requirements.txt, Gemfile, etc) are up to date.
This would be useful for projects that are focusing their efforts to support the newest version of their dependencies (like projects that are critical to the system)
The text was updated successfully, but these errors were encountered: