diff --git a/CHANGELOG.md b/CHANGELOG.md index efd725ba..a9fc2725 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,5 +33,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Security - Reduce risk of GITHUB_TOKEN exposure [(#484)](https://github.com/wazuh/wazuh-indexer-plugins/pull/484) +- Bump requests in /integrations/amazon-security-lake/tests [(#491)](https://github.com/wazuh/wazuh-indexer-plugins/pull/491) -[Unreleased 5.0.x]: https://github.com/wazuh/wazuh-indexer-plugins/compare/main...main +[Unreleased 5.0.x]: https://github.com/wazuh/wazuh-indexer-plugins/compare/205f222d0d246129917fa211766e1735aae13ed7...main diff --git a/integrations/amazon-security-lake/tests/requirements.txt b/integrations/amazon-security-lake/tests/requirements.txt index b6b9fd25..a61bf4b6 100644 --- a/integrations/amazon-security-lake/tests/requirements.txt +++ b/integrations/amazon-security-lake/tests/requirements.txt @@ -1,6 +1,6 @@ moto==5.0.27 pytest==8.3.4 -requests==2.32.3 +requests==2.32.4 pyarrow>=10.0.1 parquet-tools>=0.2.15 pydantic>=2.6.1