Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update list of dependency upgrade exclusions #14364

Merged
merged 1 commit into from
Aug 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Contributor Author

@ofek ofek Apr 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'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',
Comment on lines -34 to -37
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'dnspython',
'pymysql', # https://github.com/DataDog/integrations-core/pull/12612
'foundationdb', # Breaking datadog_checks_base tests
Expand Down
Loading