diff --git a/datadog_checks_dev/datadog_checks/dev/tooling/commands/dep.py b/datadog_checks_dev/datadog_checks/dev/tooling/commands/dep.py index 16abf431ac37b..65da61362915f 100644 --- a/datadog_checks_dev/datadog_checks/dev/tooling/commands/dep.py +++ b/datadog_checks_dev/datadog_checks/dev/tooling/commands/dep.py @@ -28,13 +28,8 @@ # Dependencies to ignore when update dependencies IGNORED_DEPS = { - 'psycopg2-binary', # https://github.com/DataDog/integrations-core/pull/10456 'ddtrace', # https://github.com/DataDog/integrations-core/pull/9132 'flup', # https://github.com/DataDog/integrations-core/pull/1997 - # https://github.com/DataDog/integrations-core/pull/10105; - # snowflake-connector-python caps cryptography which means we need to be careful with how we update it - # (and do so manually) - 'cryptography', 'dnspython', 'pymysql', # https://github.com/DataDog/integrations-core/pull/12612 'foundationdb', # Breaking datadog_checks_base tests