Upgrade Colorama Maximum Supported Version to 0.4.4#6522
Closed
the-new-kai-lu wants to merge 2 commits intoaws:developfrom
Closed
Upgrade Colorama Maximum Supported Version to 0.4.4#6522the-new-kai-lu wants to merge 2 commits intoaws:developfrom
the-new-kai-lu wants to merge 2 commits intoaws:developfrom
Conversation
Contributor
|
Duplicate of #5712 |
asford
added a commit
to asford/awscli-feedstock
that referenced
this pull request
Mar 27, 2022
Many packages have started to update with colorama 0.4.4, however this unpin in stalled upstream aws/aws-cli#5712 aws/aws-cli#6522
Contributor
|
Closing duplicate. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 supports
colorama0.4.3. whencolorama0.4.4 is available. Our analysis indicates that the changes between 0.4.3 and 0.4.4 do not impact your code. The attached graph shows the dependency path of your repository relative tocolorama. Your code is shown in green (each node is a method), and your code callingcoloramais shown in orange. Changes between version 0.4.3 and 0.4.4 are shown as starred.From the attached graph, we can see that aws-cli only calls
colorama'sinitialisemethod, which itself has no changes between 0.4.3 and 0.4.4.Based on the graph, we can see that the changes between 0.4.3 and 0.4.4 are restricted to the AnsiToWin32.py class, and, excluding a change to formally recognize \x07 as BEL, are changes to the OSC regex. The changes to the regex are solely to prevent a catastrophic backtracking bug.
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 yaniv.david@columbia.edu.

.