| # 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.4.0 # >=1.59.1 For WorkflowRun.name | |
| # >= 2.2.0 for permission arg to Repository.get_collaborators | |
| # >= Fix for https://github.com/PyGithub/PyGithub/issues/3001 | |
| # (variables in graphql query). | |
| GitPython>=3.1.32 # https://security.snyk.io/vuln/SNYK-PYTHON-GITPYTHON-5840584 |