CITGuru / PyInquirer

A Python module for common interactive command line user interfaces
MIT License
1.91k stars 235 forks source link

Travis build fails due to outdated pipenv version #116

Open adrabarek opened 4 years ago

adrabarek commented 4 years ago

Travis build fails safety check due to outdated pipenv.


$ safety check

...

| REPORT                                                                       |

| checked 52 packages, using default DB                                        |

+============================+===========+==========================+==========+

| package                    | installed | affected                 | ID       |

+============================+===========+==========================+==========+

| pipenv                     | 2018.11.2 | <2020.5.28               | 38334    |

+==============================================================================+

The command "safety check" exited with 255.```