Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
filetype 1.0.9
when filetype1.2.0
is available. The attached graph shows the dependency path of your repository relative tofiletype
. Your code is shown in green (each node is a method), and your code callingfiletype
is shown in orange. Changes between version1.0.9
and1.2.0
are shown as starred.From the attached graph and manual tracing conducted by the team, between the two versions of
filetype
, the only major change isutils.get_bytes
, in which it only adds anhasattr
method to check if the parameterobj
exists aread
parameter. This change does not affectlbry-sdk
, as it neither have nor use theread
parameter. Thus, we determine that it is a safe upgrade.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].