From c8826a559d4ed49d7b7977580cd925b19c99d301 Mon Sep 17 00:00:00 2001 From: Park Wonjae Date: Tue, 18 Aug 2026 16:24:35 +0900 Subject: [PATCH] fix(scanoss): minimum version >=1.45.0 Signed-off-by: Park Wonjae --- pyproject.toml | 4 ++-- requirements-dev.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b2856251..484882fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,9 +27,9 @@ requires-python = ">=3.10,<3.15" dependencies = [ "setuptools<=80.10.2", "pyparsing", - "scanoss>=1.19.0", + "scanoss>=1.45.0", "XlsxWriter", - "fosslight_util>=2.2.2", + "fosslight_util>=2.2.7", "PyYAML", "wheel>=0.38.1", "intbitset", diff --git a/requirements-dev.txt b/requirements-dev.txt index 09af74dc..790a2331 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,6 +3,6 @@ pytest pytest-cov flake8 dataclasses -scanoss +scanoss>=1.45.0 importlib-metadata pytest-xdist