Skip to content

Commit

Permalink
build(deps): bump pyyaml from 5.3.1 to 5.4 in /tests
Browse files Browse the repository at this point in the history
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 5.4.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](yaml/pyyaml@5.3.1...5.4)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 26, 2021
1 parent 7486206 commit 4ff545d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
package_data={'': ['*.md']},
include_package_data=True,
install_requires=[
'ducktape==0.8.0', 'prometheus-client==0.9.0', 'pyyaml==5.3.1'
'ducktape==0.8.0', 'prometheus-client==0.9.0', 'pyyaml==5.4'
],
scripts=[],
)

0 comments on commit 4ff545d

Please sign in to comment.