Files
clang-p2996/llvm/utils/git/requirements.txt
Tom Stellard c532db0133 workflows/pr-subscriber: Use our own custom concurrency implementation (#66263)
The builtin concurrency functionality for the workflows will cancel a
pending job if there is another job from the same workflow running. For
the pr-subscriber job, this means that if multiple labels are added at
the same time, then some of the pr-subscriber jobs will be cancelled and
the PR will not have all the necessary mentions.
2023-09-13 23:46:23 -07:00

45 lines
867 B
Plaintext

#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=requirements.txt requirements.txt.in
#
certifi==2023.7.22
# via
# -r requirements.txt.in
# requests
cffi==1.15.1
# via
# cryptography
# pynacl
charset-normalizer==2.1.1
# via requests
cryptography==41.0.3
# via pyjwt
deprecated==1.2.13
# via pygithub
gitdb==4.0.9
# via gitpython
gitpython==3.1.32
# via -r requirements.txt.in
idna==3.4
# via requests
pycparser==2.21
# via cffi
pygithub==1.59.1
# via -r requirements.txt.in
pyjwt[crypto]==2.5.0
# via pygithub
pynacl==1.5.0
# via pygithub
requests==2.28.1
# via pygithub
smmap==5.0.0
# via gitdb
types-cryptography==3.3.23.2
# via pyjwt
urllib3==1.26.12
# via requests
wrapt==1.14.1
# via deprecated