Skip to content

Commit

Permalink
fix: resolve historic oss index caching issues
Browse files Browse the repository at this point in the history
feat: support for oss index authentication
Signed-off-by: Paul Horton <phorton@sonatype.com>
  • Loading branch information
madpah committed Mar 10, 2022
1 parent e437bb4 commit dc03aa9
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 18 deletions.
86 changes: 70 additions & 16 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jake = 'jake.app:main'
python = "^3.6.2"
cyclonedx-bom = "^3.0.0"
importlib-metadata = { version = ">= 3.4", python = "< 3.8" }
ossindex-lib = "^1.0.0rc5"
ossindex-lib = "^1.0.0"
polling2 = "^0.5.0"
pyfiglet = ">= 0.7.6, < 1.0.0"
requests = "^2.20.0"
Expand Down
2 changes: 1 addition & 1 deletion requirements.lowest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# This file records then lowest supported versions for dependenices.
cyclonedx-bom == 3.0.0rc3
importlib-metadata == 3.4.0 # ; python_version < '3.8'
ossindex-lib == 1.0.0rc5
ossindex-lib == 1.0.0
polling2 == 0.5.0
pyfiglet == 0.7.6
requests == 2.20.0
Expand Down

0 comments on commit dc03aa9

Please sign in to comment.