From c036f16cae65843261668d6f1a2c7888f6c0e02c Mon Sep 17 00:00:00 2001 From: Mathieu Pillard Date: Tue, 16 Apr 2024 12:35:36 +0200 Subject: [PATCH] Relax idna requirement (only used by requests, which allows 3.x) (#22147) --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9653b40903..2a03b77681 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -34,7 +34,7 @@ updates: - ">= 6" - dependency-name: idna versions: - - ">= 3" + - ">= 4" - dependency-name: amqp versions: - ">= 6"