[PATCH] D157254: [Utils] Bump python dependencies in llvm/utils/git

Tobias Hieta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 7 00:15:07 PDT 2023


thieta created this revision.
Herald added a project: All.
thieta requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Some of the dependencies had security issues.

Related to #64417


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D157254

Files:
  llvm/utils/git/requirements.txt


Index: llvm/utils/git/requirements.txt
===================================================================
--- llvm/utils/git/requirements.txt
+++ llvm/utils/git/requirements.txt
@@ -4,33 +4,33 @@
 #
 #    pip-compile --output-file=requirements.txt requirements.txt.in
 #
-certifi==2023.5.7
+certifi==2023.7.22
     # via requests
 cffi==1.15.1
     # via pynacl
-charset-normalizer==2.1.1
+charset-normalizer==3.2.0
     # via requests
-deprecated==1.2.13
+deprecated==1.2.14
     # via pygithub
-gitdb==4.0.9
+gitdb==4.0.10
     # via gitpython
-gitpython==3.1.30
+gitpython==3.1.32
     # via -r requirements.txt.in
 idna==3.4
     # via requests
 pycparser==2.21
     # via cffi
-pygithub==1.55
+pygithub==1.59.1
     # via -r requirements.txt.in
-pyjwt==2.5.0
+pyjwt==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
     # via gitdb
-urllib3==1.26.12
+urllib3==2.0.4
     # via requests
-wrapt==1.14.1
+wrapt==1.15.0
     # via deprecated


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157254.547658.patch
Type: text/x-patch
Size: 1027 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230807/e7c31c11/attachment.bin>


More information about the llvm-commits mailing list