We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Given upstream_dependency and package_to_update, find all packages that need to be updated for the next major version of upstream_dependency.
upstream_dependency
package_to_update
This is mostly useful for things such as DataFrames which are pre-1.0.
DataFrames
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Given
upstream_dependency
andpackage_to_update
, find all packages that need to be updated for the next major version ofupstream_dependency
.This is mostly useful for things such as
DataFrames
which are pre-1.0.The text was updated successfully, but these errors were encountered: