Skip to content

Conversation

@upgradvisor-bot
Copy link

Hi there! Upgradvisor has identified that one of your repository’s dependencies has a newer version available, and we recommend you upgrade.

Your code currently pins google-cloud-storage==1.0.0 when google-cloud-storage 1.35.0 is available. The attached graph shows the dependency path of your repository relative to google-cloud-storage. Your code is shown in green (each node is a method), and your code calling google-cloud-storage is shown in orange. Changes between version 1.35.0 and 1.43.0 are shown as starred.

The major changes from the dependecy are:

  • It newly defined a constant called _DEFAULT_STORAGE_HOST, but budgetml won’t be affected because it didn’t change or redefine it;
  • It changes from sending API requests using one method to several GET and POST methods, in which only modifies that dependency’s inner behavior that won’t affect the application code.
  • It added None check in _bucket_arg_to_bucket, which is not applicable to budgetml because it instantiates a not-None object.

Upgradvisor is a research project from Columbia University’s RCS lab. Our goal is to provide meaningful information for developers (like you) on how to upgrade their software dependencies. If you have any questions or feedback please reach out to the Upgradvisor team at [email protected]
Screenshot 2023-05-01 at 3 57 33 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant