Skip to content

Commit f2a0a54

Browse files
authored
dep_checker: add support for v19.x branch (#71)
1 parent 3328d22 commit f2a0a54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dep_checker/dependencies.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ def get_cpe(self, repo_path: Path) -> Optional[str]:
5656

5757
dependencies_per_branch: dict[str, list[str]] = {
5858
"main": common_dependencies + ["nghttp3", "ngtcp2", "undici"],
59+
"v19.x": common_dependencies + ["nghttp3", "ngtcp2", "undici"],
5960
"v18.x": common_dependencies + ["nghttp3", "ngtcp2", "undici"],
6061
"v16.x": common_dependencies + ["undici"],
6162
"v14.x": common_dependencies,

0 commit comments

Comments
 (0)