From 8cf275daf5b9c01f07af2276b5b1aa640b9adb9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 21:49:16 +0000 Subject: [PATCH 1/2] Bump pyyaml from 5.3b1 to 5.4 in /scripts Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3b1 to 5.4. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/commits/5.4) Signed-off-by: dependabot[bot] --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 890c1e3cf4..0e97888fb1 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,5 +1,5 @@ pip -PyYAML==5.3b1 +PyYAML==5.4 autopep8==1.4.4 yamllint==1.19.0 mock==4.0.2 From 8a04831c26202a0d58a8e4b707b3381560374574 Mon Sep 17 00:00:00 2001 From: Eric Beahan Date: Fri, 26 Mar 2021 14:06:30 -0500 Subject: [PATCH 2/2] consolidate Python dep update entry in changelog --- CHANGELOG.next.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.next.md b/CHANGELOG.next.md index 734d075da0..ad3342c3b5 100644 --- a/CHANGELOG.next.md +++ b/CHANGELOG.next.md @@ -60,7 +60,7 @@ Thanks, you're awesome :-) --> * Include formatting guidance and examples for MAC address fields. #456 * New section in ECS detailing event categorization fields usage. #1242 * `user.changes.*`, `user.effective.*`, and `user.target.*` field reuses are GA. #1271 -* Bump jinja2 from 2.11.2 to 2.11.3 #1310 +* Update Python dependencies #1310, #1318