Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate a new requirements.txt to fix CVEs #90109

Merged
merged 3 commits into from
May 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 14 additions & 16 deletions llvm/utils/git/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,41 +4,39 @@
#
# pip-compile --output-file=requirements.txt requirements.txt.in
#
certifi==2023.7.22
certifi==2024.2.2
# via
# -r requirements.txt.in
# requests
cffi==1.15.1
cffi==1.16.0
# via
# cryptography
# pynacl
charset-normalizer==2.1.1
charset-normalizer==3.3.2
# via requests
cryptography==41.0.3
cryptography==42.0.5
# via pyjwt
deprecated==1.2.13
deprecated==1.2.14
# via pygithub
gitdb==4.0.9
gitdb==4.0.11
# via gitpython
gitpython==3.1.32
gitpython==3.1.43
# via -r requirements.txt.in
idna==3.4
idna==3.7
# via requests
pycparser==2.21
pycparser==2.22
# via cffi
pygithub==1.59.1
# via -r requirements.txt.in
pyjwt[crypto]==2.5.0
pyjwt[crypto]==2.8.0
# via pygithub
pynacl==1.5.0
# via pygithub
requests==2.28.1
requests==2.31.0
# via pygithub
smmap==5.0.0
smmap==5.0.1
# via gitdb
types-cryptography==3.3.23.2
# via pyjwt
urllib3==1.26.12
urllib3==2.2.1
# via requests
wrapt==1.14.1
wrapt==1.16.0
# via deprecated
24 changes: 12 additions & 12 deletions llvm/utils/git/requirements_formatting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,37 @@
#
# pip-compile --output-file=llvm/utils/git/requirements_formatting.txt llvm/utils/git/requirements_formatting.txt.in
#
black==23.9.1
black==23.12.1
# via
# -r llvm/utils/git/requirements_formatting.txt.in
# darker
certifi==2023.7.22
certifi==2024.2.2
# via requests
cffi==1.15.1
cffi==1.16.0
# via
# cryptography
# pynacl
charset-normalizer==3.2.0
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via black
cryptography==41.0.3
cryptography==42.0.5
# via pyjwt
darker==1.7.2
# via -r llvm/utils/git/requirements_formatting.txt.in
deprecated==1.2.14
# via pygithub
idna==3.4
idna==3.7
# via requests
mypy-extensions==1.0.0
# via black
packaging==23.1
packaging==24.0
# via black
pathspec==0.11.2
pathspec==0.12.1
# via black
platformdirs==3.10.0
platformdirs==4.2.1
# via black
pycparser==2.21
pycparser==2.22
# via cffi
pygithub==1.59.1
# via -r llvm/utils/git/requirements_formatting.txt.in
Expand All @@ -46,7 +46,7 @@ requests==2.31.0
# via pygithub
toml==0.10.2
# via darker
urllib3==2.0.4
urllib3==2.2.1
# via requests
wrapt==1.15.0
wrapt==1.16.0
# via deprecated
Loading