diff --git a/CHANGELOG.md b/CHANGELOG.md index 94075a8e60..de19e21084 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ All notable changes to this project will be documented in this file. Wazuh commit: TBD \ Release report: TBD +### Changed + +- Upgrade PyYAML to 6.0.1. ([#4326](https://github.com/wazuh/wazuh-qa/pull/4326)) \- (Framework) + ## [4.4.5] - 10-07-2023 Wazuh commit: https://github.com/wazuh/wazuh/commit/8d17d2c9c11bc10be9a31c83bc7c17dfbac0d2a0 \ diff --git a/requirements.txt b/requirements.txt index b4efd453de..bf29e4d4ec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ pyOpenSSL==19.1.0 pytest-html==3.1.1 pytest==6.2.2 ; python_version <= "3.9" pytest==7.1.2 ; python_version >= "3.10" -pyyaml==5.4 +pyyaml==6.0.1 requests>=2.23.0 scipy>=1.0; platform_system == "Linux" or platform_system == "Darwin" or platform_system=='Windows' seaborn>=0.11.1; platform_system == "Linux" or platform_system == "Darwin" or platform_system=='Windows' diff --git a/tests/system/requirements.txt b/tests/system/requirements.txt index ce4131304c..ccf897698f 100644 --- a/tests/system/requirements.txt +++ b/tests/system/requirements.txt @@ -9,5 +9,5 @@ pandas>=1.1.5 psutil==5.6.6 pytest==4.5.0 pytest-html==2.0.1 -PyYAML==5.4 +PyYAML==6.0.1 testinfra==5.0.0 diff --git a/tests/system/test_jwt_invalidation/requirements.txt b/tests/system/test_jwt_invalidation/requirements.txt index 95e3c6b804..15141fb4bb 100644 --- a/tests/system/test_jwt_invalidation/requirements.txt +++ b/tests/system/test_jwt_invalidation/requirements.txt @@ -8,5 +8,5 @@ lockfile==0.12.2 psutil==5.6.6 pytest==4.5.0 pytest-html==2.0.1 -PyYAML==5.4 +PyYAML==6.0.1 testinfra==5.0.0