del website test

This commit is contained in:
jyong 2025-09-18 11:24:56 +08:00
parent aa3c8f0657
commit a570925130
2 changed files with 1 additions and 1392 deletions

View File

@ -59,7 +59,7 @@ class DependenciesAnalysisService:
version_match = _VERSION_REGEX.search(unique_identifier)
if version_match:
dependency.value.version = version_match.group("version")
# Create and append the dependency (same for all types)
leaked_dependencies.append(
PluginDependency(