Skip to content

Commit

Permalink
Update list of dependency upgrade exclusions (#14364)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek authored Aug 16, 2023
1 parent fc38712 commit 16754b7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions datadog_checks_dev/datadog_checks/dev/tooling/commands/dep.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 16754b7

Please sign in to comment.