From ae3a44528af056785782510bff0f07ac7b661f36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 00:07:11 +0000 Subject: [PATCH] build(deps): bump idna from 3.2 to 3.7 in /migrate_webhooks_to_v3 Bumps [idna](https://github.com/kjd/idna) from 3.2 to 3.7. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.2...v3.7) --- updated-dependencies: - dependency-name: idna dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- migrate_webhooks_to_v3/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrate_webhooks_to_v3/requirements.txt b/migrate_webhooks_to_v3/requirements.txt index 23e4334..6ee9530 100644 --- a/migrate_webhooks_to_v3/requirements.txt +++ b/migrate_webhooks_to_v3/requirements.txt @@ -1,5 +1,5 @@ certifi==2023.7.22 charset-normalizer==2.0.4 -idna==3.2 +idna==3.7 requests==2.31.0 urllib3==1.26.18