From 3be8f1320ff6e2808a419bc6b8bd00aef9f07124 Mon Sep 17 00:00:00 2001 From: Florent Clarret Date: Tue, 5 Sep 2023 11:18:17 +0200 Subject: [PATCH] Remove flup from the dependency bump exclusion list --- datadog_checks_dev/CHANGELOG.md | 1 + datadog_checks_dev/datadog_checks/dev/tooling/commands/dep.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/datadog_checks_dev/CHANGELOG.md b/datadog_checks_dev/CHANGELOG.md index a6b1ff28904e8..7f1e8b80a9f65 100644 --- a/datadog_checks_dev/CHANGELOG.md +++ b/datadog_checks_dev/CHANGELOG.md @@ -16,6 +16,7 @@ * Allow bumping the version of clickhouse-driver ([#15745](https://github.com/DataDog/integrations-core/pull/15745)) * Allow bumping the version of lz4 ([#15747](https://github.com/DataDog/integrations-core/pull/15747)) +* Remove flup from the dependency bump exclusion list ([#15748](https://github.com/DataDog/integrations-core/pull/15748)) ## 24.1.0 / 2023-08-25 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 a11c1dbe33e47..212a321fe47f2 100644 --- a/datadog_checks_dev/datadog_checks/dev/tooling/commands/dep.py +++ b/datadog_checks_dev/datadog_checks/dev/tooling/commands/dep.py @@ -29,7 +29,6 @@ # Dependencies to ignore when update dependencies IGNORED_DEPS = { 'ddtrace', # https://github.com/DataDog/integrations-core/pull/9132 - 'flup', # https://github.com/DataDog/integrations-core/pull/1997 'dnspython', 'pymysql', # https://github.com/DataDog/integrations-core/pull/12612 'foundationdb', # Breaking datadog_checks_base tests