-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pauldorsch/reconcile dependency graph logic (#1183)
* reconcile dependency graph logic * handle null / empty conditional vars * remove files * current pip detector case insensitive metadata file match * some cleanup * fix tests * test with reverted reqs * Revert "test with reverted reqs" This reverts commit 293a4b5. * disable parallelism for all but pip report * whitespace * pr feedback, fix ignore packages, bump versions
- Loading branch information
1 parent
2284e06
commit c20c3b0
Showing
13 changed files
with
185 additions
and
22 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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 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 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 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 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 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
75 changes: 75 additions & 0 deletions
75
test/Microsoft.ComponentDetection.VerificationTests/resources/pip/roots/requirements.txt
This file contains 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 |
---|---|---|
@@ -0,0 +1,75 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.12 | ||
# by the following command: | ||
# | ||
# pip-compile --strip-extras | ||
# | ||
azure-core==1.30.0 | ||
# via | ||
# azure-identity | ||
# msrest | ||
azure-devops==7.1.0b4 | ||
# via -r requirements.in | ||
azure-identity==1.16.0b1 | ||
# via -r requirements.in | ||
certifi==2024.2.2 | ||
# via | ||
# msrest | ||
# requests | ||
cffi==1.16.0 | ||
# via cryptography | ||
charset-normalizer==3.3.2 | ||
# via requests | ||
cryptography==42.0.4 | ||
# via | ||
# azure-identity | ||
# msal | ||
# pyjwt | ||
gitdb==4.0.11 | ||
# via gitpython | ||
gitpython==3.1.42 | ||
# via -r requirements.in | ||
idna==3.6 | ||
# via requests | ||
isodate==0.6.1 | ||
# via msrest | ||
msal==1.27.0 | ||
# via | ||
# azure-identity | ||
# msal-extensions | ||
msal-extensions==1.1.0 | ||
# via azure-identity | ||
msrest==0.7.1 | ||
# via | ||
# -r requirements.in | ||
# azure-devops | ||
oauthlib==3.2.2 | ||
# via requests-oauthlib | ||
packaging==23.2 | ||
# via msal-extensions | ||
portalocker==2.8.2 | ||
# via msal-extensions | ||
pycparser==2.21 | ||
# via cffi | ||
pyjwt==2.8.0 | ||
# via | ||
# msal | ||
# pyjwt | ||
requests==2.31.0 | ||
# via | ||
# azure-core | ||
# msal | ||
# msrest | ||
# requests-oauthlib | ||
requests-oauthlib==1.3.1 | ||
# via msrest | ||
six==1.16.0 | ||
# via | ||
# azure-core | ||
# isodate | ||
smmap==5.0.1 | ||
# via gitdb | ||
typing-extensions==4.9.0 | ||
# via azure-core | ||
urllib3==2.2.1 | ||
# via requests |
Oops, something went wrong.