Update Pipfile Dependencies' Version
thealphadollar opened this issue · 2 comments
thealphadollar commented
Describe the bug
Github reports of a vulnerability in the requests library version we are using. It can be easily updated using the following steps:
- Install pipenv
- Create pipenv shell for the project
- run
pipenv update
To Reproduce
Nothing
Expected behavior
No vulnerability.
Desktop (please complete the following information):
- requests version 2.18.0
Additional context
MatejMecka commented
#95 should update dependencies
thealphadollar commented
Closed via #95