Skip to content

Commit

Permalink
feat: update versions checked (#115)
Browse files Browse the repository at this point in the history
* feat: update versions checked 

Update to add 20.
Update to remove 14 as it goes EOL.
  • Loading branch information
mhdawson authored May 1, 2023
1 parent 78f76cd commit d7a9415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dep_checker/dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ def get_cpe(self, repo_path: Path) -> Optional[str]:

dependencies_per_branch: dict[str, list[str]] = {
"main": common_dependencies + ["nghttp3", "ngtcp2", "undici"],
"v20.x": common_dependencies + ["nghttp3", "ngtcp2", "undici"],
"v19.x": common_dependencies + ["nghttp3", "ngtcp2", "undici"],
"v18.x": common_dependencies + ["nghttp3", "ngtcp2", "undici"],
"v16.x": common_dependencies + ["undici"],
"v14.x": common_dependencies,
}


Expand Down

0 comments on commit d7a9415

Please sign in to comment.