Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[1.9] Bump pyyaml from 5.3b1 to 5.4 in /scripts (#1318) #1325

Merged
merged 1 commit into from
Mar 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.next.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,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

<!-- All empty sections:

Expand Down
2 changes: 1 addition & 1 deletion scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pip
PyYAML==5.3b1
PyYAML==5.4
autopep8==1.4.4
yamllint==1.19.0
mock==4.0.2
Expand Down