From bbc2ebd534d2836ae39ae7683142c24f2965d2df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 07:43:39 +0000 Subject: [PATCH] Bump pyyaml Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 to 5.4. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/3.12...5.4) --- updated-dependencies: - dependency-name: pyyaml dependency-version: '5.4' 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..8f6f80e9f2fb 100644 --- a/Packs/Exchange2016_Compliance/Integrations/Exchange2016_Compliance/doc_files/requirements.txt +++ b/Packs/Exchange2016_Compliance/Integrations/Exchange2016_Compliance/doc_files/requirements.txt @@ -2,6 +2,6 @@ certifi==2017.11.5 chardet==3.0.4 idna==2.6 olefile==0.44 -pyyaml==3.12 +pyyaml==5.4 requests==2.18.4 urllib3==1.22