PyInquirer icon indicating copy to clipboard operation
PyInquirer copied to clipboard

Travis build fails due to outdated pipenv version

Open adrabarek opened this issue 5 years ago • 0 comments

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.```

adrabarek avatar Jun 25 '20 12:06 adrabarek