Upgrade insecure PyYAML version flagged by Safety

Run in our GitHub Action… `safety Check`
```
+==============================================================================+
|                                                                              |
|                               /$$$$$$            /$$                         |
|                              /$$__  $$          | $$                         |
|           /$$$$$$$  /$$$$$$ | $$  \__//$$$$$$  /$$$$$$   /$$   /$$           |
|          /$$_____/ |____  $$| $$$$   /$$__  $$|_  $$_/  | $$  | $$           |
|         |  $$$$$$   /$$$$$$$| $$_/  | $$$$$$$$  | $$    | $$  | $$           |
|          \____  $$ /$$__  $$| $$    | $$_____/  | $$ /$$| $$  | $$           |
|          /$$$$$$$/|  $$$$$$$| $$    |  $$$$$$$  |  $$$$/|  $$$$$$$           |
|         |_______/  \_______/|__/     \_______/   \___/   \____  $$           |
|                                                          /$$  | $$           |
|                                                         |  $$$$$$/           |
|  by pyup.io                                              \______/            |
|                                                                              |
+==============================================================================+
| REPORT                                                                       |
| checked 62 packages, using free DB (updated once a month)                    
+============================+===========+==========================+==========+
| package                    | installed | affected                 | ID       |
+============================+===========+==========================+==========+
| pyyaml                     | 5.3.1     | <5.4                     | 39611    |
| cryptography               | 3.1.1     | <3.3                     | 39252    |
| cryptography               | 3.1.1     | <3.3.2                   | 39606    |
| cryptography               | 3.1.1     | <=3.2                    | 38932    |
+==============================================================================+
```
This commit is contained in:
Christian Clauss 2021-08-03 07:54:25 +02:00 committed by Mathieu Comandon
parent 682f9b3742
commit c39ef4341d

View file

@ -28,7 +28,7 @@ pycparser==2.20 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3
pyflakes==2.2.0
pygobject==3.38.0
python-magic==0.4.18
pyyaml==5.3.1
pyyaml==5.4.1
requests==2.24.0
secretstorage==3.1.2 ; sys_platform == 'linux'
six==1.15.0