From 16754b7874eb689163f8710c7ad4a55e8e8379f3 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Wed, 16 Aug 2023 08:50:25 -0400 Subject: [PATCH] Update list of dependency upgrade exclusions (#14364) --- .../datadog_checks/dev/tooling/commands/dep.py | 5 ----- 1 file changed, 5 deletions(-) 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 ad015b78ca906..3d00a3d1f3c2f 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