Skip to content

Commit 17d338f

Browse files
authored
Debug get unique unresolved purls 2 (#1701)
* Use branch of univers that raises NotImplementedError Signed-off-by: Jono Yang <jyang@nexb.com> * Update univers to v31.0.0 Signed-off-by: Jono Yang <jyang@nexb.com> * Update CHANGELOG.rst Signed-off-by: Jono Yang <jyang@nexb.com> --------- Signed-off-by: Jono Yang <jyang@nexb.com>
1 parent 6c07b78 commit 17d338f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ v35.0.0 (2025-06-23)
3636
- Add "Package Compliance Alert" chart in the Policies section.
3737
https://github.com/aboutcode-org/scancode.io/pull/1699
3838

39-
- Catch ``NotImplementedError`` in ``get_unique_unresolved_purls`` and properly
40-
log error in project.
39+
- Update univers to v31.0.0, catch ``NotImplementedError`` in
40+
``get_unique_unresolved_purls``, and properly log error in project.
4141
https://github.com/aboutcode-org/scancode.io/pull/1700
42+
https://github.com/aboutcode-org/scancode.io/pull/1701
4243

4344
v34.11.0 (2025-05-02)
4445
---------------------

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ install_requires =
101101
# MatchCode-toolkit
102102
matchcode-toolkit==7.2.2
103103
# Univers
104-
univers==30.12.1
104+
univers==31.0.0
105105
# Markdown
106106
markdown-it-py==3.0.0
107107
bleach==6.2.0

0 commit comments

Comments
 (0)