diff --git a/pyproject.toml b/pyproject.toml index b285625..484882f 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 09af74d..790a233 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