[flang-commits] [flang] 165f7f0 - [flang] Bump python dependencies in flang/examples/FlangOmpReport

Josh Mottley via flang-commits flang-commits at lists.llvm.org
Mon Aug 7 10:10:22 PDT 2023


Author: Josh Mottley
Date: 2023-08-07T18:00:07+01:00
New Revision: 165f7f06a125d072574b74ca5540b4e6141b5b7b

URL: https://github.com/llvm/llvm-project/commit/165f7f06a125d072574b74ca5540b4e6141b5b7b
DIFF: https://github.com/llvm/llvm-project/commit/165f7f06a125d072574b74ca5540b4e6141b5b7b.diff

LOG: [flang] Bump python dependencies in flang/examples/FlangOmpReport

ruamel.yaml had a potential security issues (may also be a false
positive in scanner).

Related to #64417 https://github.com/llvm/llvm-project/issues/64417

Reviewed By: avogelsgesang

Differential Revision: https://reviews.llvm.org/D157284

Added: 
    

Modified: 
    flang/examples/FlangOmpReport/requirements.txt

Removed: 
    


################################################################################
diff  --git a/flang/examples/FlangOmpReport/requirements.txt b/flang/examples/FlangOmpReport/requirements.txt
index ad30971cc3689f..e278dfd4a1a6d5 100644
--- a/flang/examples/FlangOmpReport/requirements.txt
+++ b/flang/examples/FlangOmpReport/requirements.txt
@@ -1,2 +1,2 @@
-ruamel.yaml==0.17.16
-ruamel.yaml.clib==0.2.6
+ruamel.yaml==0.17.32
+ruamel.yaml.clib==0.2.7


        


More information about the flang-commits mailing list