From 01f85211b800a1f80c20098dd0de08d0f92c7533 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 16:16:21 +0000 Subject: [PATCH] Bump idna Bumps [idna](https://github.com/kjd/idna) from 2.6 to 3.15. - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](https://github.com/kjd/idna/compare/v2.6...v3.15) --- updated-dependencies: - dependency-name: idna dependency-version: '3.15' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../Exchange2016_Compliance/doc_files/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packs/Exchange2016_Compliance/Integrations/Exchange2016_Compliance/doc_files/requirements.txt b/Packs/Exchange2016_Compliance/Integrations/Exchange2016_Compliance/doc_files/requirements.txt index 42aaf0352118..4558aefd25c9 100644 --- a/Packs/Exchange2016_Compliance/Integrations/Exchange2016_Compliance/doc_files/requirements.txt +++ b/Packs/Exchange2016_Compliance/Integrations/Exchange2016_Compliance/doc_files/requirements.txt @@ -1,6 +1,6 @@ certifi==2017.11.5 chardet==3.0.4 -idna==2.6 +idna==3.15 olefile==0.44 pyyaml==3.12 requests==2.18.4