feat(python): Add `covdefaults` to dev dependencies (#51697)
This adds `covdefaults` to our Python dev dependencies, in order to pick up the "ignore `if TYPE_CHECKING` blocks when calculating coverage" setting. (This is in lieu of doing it ourselves[1].)
[1] https://github.com/getsentry/sentry/pull/51654#discussion_r1242869671