-
Notifications
You must be signed in to change notification settings - Fork 27
DLPX-84163 Update all the greater than equal to (>=) dependencies in setup.py and requirements.txt files of dvp packages to equal to(==) #455
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
Merged
Merged
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
b1aa02e
Updating all python dependencies and making it == to prevent failures.
SumoSourabh 477e172
Updating help for shell script.
SumoSourabh ae63f3b
Adding dependent packages in requirements.txt to test the changes loc…
SumoSourabh 9612c9c
Adding dependent packages in requirements.txt to test the changes loc…
SumoSourabh ac511bb
Updating httpretty to 1.0.5
SumoSourabh d2c00fb
Updating setup.py to have better control over versions.
SumoSourabh 1a5fb54
adding comment for changes.
SumoSourabh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,15 +1,7 @@ | ||
| bump2version==0.5.11 | ||
| contextlib2==0.6.0.post1 ; python_version < '3' | ||
| enum34==1.1.6 | ||
| funcsigs==1.0.2 ; python_version < '3.0' | ||
| importlib-metadata==0.23 ; python_version < '3.8' | ||
| more-itertools==5.0.0 ; python_version <= '2.7' | ||
| packaging==19.2 | ||
| pathlib2==2.3.5 ; python_version < '3.6' | ||
| pluggy==0.13.0 | ||
| py==1.8.0 | ||
| pyparsing==2.4.5 | ||
| pytest==4.6.11 | ||
| scandir==1.10.0 ; python_version < '3.5' | ||
| six==1.13.0 | ||
| zipp==0.6.0 | ||
| bump2version==1.0.1 | ||
| packaging==22.0 | ||
| pluggy==1.0.0 | ||
| pyparsing==3.0.9 | ||
| pytest==7.2.0 | ||
| six==1.16.0 | ||
| zipp==3.11.0 |
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,14 +1,7 @@ | ||
| bump2version==0.5.11 | ||
| contextlib2==0.6.0.post1 ; python_version < '3' | ||
| funcsigs==1.0.2 ; python_version < '3.0' | ||
| importlib-metadata==1.3.0 ; python_version < '3.8' | ||
| more-itertools==5.0.0 ; python_version <= '2.7' | ||
| packaging==20.0 | ||
| pathlib2==2.3.5 ; python_version < '3' | ||
| pluggy==0.13.1 | ||
| py==1.8.1 | ||
| pyparsing==2.4.6 | ||
| pytest==4.6.11 | ||
| scandir==1.10.0 ; python_version < '3.5' | ||
| six==1.13.0 | ||
| zipp==0.6.0 | ||
| bump2version==1.0.1 | ||
| packaging==22.0 | ||
| pluggy==1.0.0 | ||
| pyparsing==3.0.9 | ||
| pytest==7.2.0 | ||
| six==1.16.0 | ||
| zipp==3.11.0 |
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,17 +1,9 @@ | ||
| ./../common | ||
| bump2version==0.5.11 | ||
| contextlib2==0.6.0.post1 ; python_version < '3' | ||
| enum34==1.1.6 | ||
| funcsigs==1.0.2 ; python_version < '3.3' | ||
| importlib-metadata==1.3.0 ; python_version < '3.8' | ||
| mock==3.0.5 | ||
| more-itertools==5.0.0 ; python_version <= '2.7' | ||
| packaging==19.2 | ||
| pathlib2==2.3.5 ; python_version < '3.6' | ||
| pluggy==0.13.1 | ||
| py==1.8.1 | ||
| pyparsing==2.4.6 | ||
| pytest==4.6.11 | ||
| scandir==1.10.0 ; python_version < '3.5' | ||
| six==1.13.0 | ||
| zipp==0.6.0 | ||
| bump2version==1.0.1 | ||
| mock==4.0.3 | ||
| packaging==22.0 | ||
| pluggy==1.0.0 | ||
| pyparsing==3.0.9 | ||
| pytest==7.2.0 | ||
| six==1.16.0 | ||
| zipp==3.11.0 |
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,16 +1,9 @@ | ||
| ./../common | ||
| bump2version==0.5.11 | ||
| contextlib2==0.6.0.post1 ; python_version < '3' | ||
| funcsigs==1.0.2 ; python_version < '3.3' | ||
| importlib-metadata==1.3.0 ; python_version < '3.8' | ||
| mock==3.0.5 | ||
| more-itertools==5.0.0 ; python_version <= '2.7' | ||
| packaging==20.0 | ||
| pathlib2==2.3.5 ; python_version < '3' | ||
| pluggy==0.13.1 | ||
| py==1.8.1 | ||
| pyparsing==2.4.6 | ||
| pytest==4.6.10 | ||
| scandir==1.10.0 ; python_version < '3.5' | ||
| six==1.13.0 | ||
| zipp==0.6.0 | ||
| bump2version==1.0.1 | ||
| mock==4.0.3 | ||
| packaging==22.0 | ||
| pluggy==1.0.0 | ||
| pyparsing==3.0.9 | ||
| pytest==7.2.0 | ||
| six==1.16.0 | ||
| zipp==3.11.0 |
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,33 +1,22 @@ | ||
| ./../common | ||
| ./../libs | ||
| ./../platform | ||
| backports.functools-lru-cache==1.6.1 ; python_version < '3.2' | ||
| bump2version==0.5.11 | ||
| contextlib2==0.6.0.post1 ; python_version < '3' | ||
| coverage==5.0.2 | ||
| entrypoints==0.3 | ||
| enum34==1.1.6 | ||
| flake8==3.7.9 | ||
| funcsigs==1.0.2 ; python_version < '3.3' | ||
| functools32==3.2.3.post2 ; python_version < '3' | ||
| futures==3.3.0 ; python_version < '3.2' | ||
| httpretty==0.9.7 | ||
| importlib-metadata==1.3.0 ; python_version < '3.8' | ||
| isort==4.3.21 | ||
| mccabe==0.6.1 | ||
| mock==3.0.5 | ||
| more-itertools==5.0.0 | ||
| packaging==20.0 | ||
| pathlib2==2.3.5 ; python_version < '3' | ||
| pluggy==0.13.1 | ||
| py==1.8.1 | ||
| pycodestyle==2.5.0 | ||
| pyflakes==2.1.1 | ||
| pyparsing==2.4.6 | ||
| pytest-cov==2.8.1 | ||
| pytest==4.6.11 | ||
| scandir==1.10.0 ; python_version < '3.5' | ||
| six==1.13.0 | ||
| typing==3.7.4.1 ; python_version < '3.5' | ||
| yapf==0.28 | ||
| zipp==0.6.0 | ||
| bump2version==1.0.1 | ||
| coverage==6.5.0 | ||
| entrypoints==0.4 | ||
| flake8==6.0.0 | ||
| httpretty==1.0.5 | ||
| isort==5.11.1 | ||
| mccabe==0.7.0 | ||
| mock==4.0.3 | ||
| more-itertools==9.0.0 | ||
| packaging==22.0 | ||
| pluggy==1.0.0 | ||
| pycodestyle==2.10.0 | ||
| pyflakes==3.0.1 | ||
| pyparsing==3.0.9 | ||
| pytest-cov==4.0.0 | ||
| pytest==7.2.0 | ||
| six==1.16.0 | ||
| yapf==0.32 | ||
| zipp==3.11.0 |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.