This is an automated email from the ASF dual-hosted git repository.

hainenber pushed a commit to branch feat/run-uv-compile-for-python-deps-pr
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 8fd42aadee0b9a5dea4c0e3e10f2594ac939388b
Author: hainenber <[email protected]>
AuthorDate: Sat May 30 16:04:06 2026 +0700

    chore: remove nonexistent packages from license allowlist
    
    Signed-off-by: hainenber <[email protected]>
---
 .github/workflows/dependency-review.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/dependency-review.yml 
b/.github/workflows/dependency-review.yml
index ab8777b3762..56a9576a2bb 100644
--- a/.github/workflows/dependency-review.yml
+++ b/.github/workflows/dependency-review.yml
@@ -43,7 +43,7 @@ jobs:
           #   the latest version. It's MIT: 
https://github.com/nbubna/store/blob/master/LICENSE-MIT
           # pkg:npm/[email protected]
           #   selecting BSD-3-Clause licensing terms for node-forge to ensure 
compatibility with Apache
-          allow-dependencies-licenses: pkg:npm/[email protected], 
pkg:npm/[email protected], pkg:npm/rgbcolor, pkg:npm/[email protected]
+          allow-dependencies-licenses: pkg:npm/rgbcolor, pkg:npm/[email protected]
 
   python-dependency-liccheck:
     # NOTE: Configuration for liccheck lives in our pyproject.yml.

Reply via email to