You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on #37 we discovered that many of our Python dependencies and the Python versions we're using have been deprecated or have security vulnerabilities associated with them. This is in part due to the success of our services that we haven't needed to update them. Dependabot is already configured to identify security issues in this repository, but it doesn't been configured to open PRs to update packages. To help cut down on developer time spent doing this sort of maintenance and to more proactively address security issues we want to configure Dependabot to do this for us.
Description
While working on #37 we discovered that many of our Python dependencies and the Python versions we're using have been deprecated or have security vulnerabilities associated with them. This is in part due to the success of our services that we haven't needed to update them. Dependabot is already configured to identify security issues in this repository, but it doesn't been configured to open PRs to update packages. To help cut down on developer time spent doing this sort of maintenance and to more proactively address security issues we want to configure Dependabot to do this for us.
See,
Acceptance Criteria
pip
forrequirements.txt
andPipfile
, Docker, etc)The text was updated successfully, but these errors were encountered: