This gets us the full list of users with commit access to llvm/llvm-project rather than the list of people in the llvm-committers team. This will ensure we are able everyone to track everyone with commit access in case they receive access some other way.
10 lines
430 B
Plaintext
10 lines
430 B
Plaintext
# Convert this file into a requirements.txt file by running:
|
|
#
|
|
# pip install pip-tools
|
|
# pip-compile -o requirements.txt requirements.txt.in
|
|
|
|
certifi>=2023.7.22 # https://security.snyk.io/vuln/SNYK-PYTHON-CERTIFI-5805047
|
|
PyGithub==2.2.0 # >=1.59.1 For WorkflowRun.name
|
|
# >= 2.2.0 for permission arg to Repository.get_collaborators
|
|
GitPython>=3.1.32 # https://security.snyk.io/vuln/SNYK-PYTHON-GITPYTHON-5840584
|