Closed steveny91 closed 2 weeks ago
pyodbc recently updated their license to MIT-0 and this was breaking the automated dep upgrade workflow.
pyodbc
The main file that needed to be updated was the one in the ddev directory. But to keep things synced I also added it to datadog_checks_dev.
ddev
datadog_checks_dev
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 88.82%. Comparing base (1fce6b8) to head (86db21f). Report is 3 commits behind head on master.
1fce6b8
86db21f
What does this PR do?
pyodbc
recently updated their license to MIT-0 and this was breaking the automated dep upgrade workflow.The main file that needed to be updated was the one in the
ddev
directory. But to keep things synced I also added it todatadog_checks_dev
.