diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-03-25 22:39:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-25 22:39:11 +0000 |
commit | d6a2c0676f89a73bc21e308777e2ce281b8b5278 (patch) | |
tree | 19223b9404782a6615c9b414c73d4aff12fc755c /python/tidy | |
parent | 0539043e35c3615c408c9bff692d1c615335dc8a (diff) | |
download | servo-d6a2c0676f89a73bc21e308777e2ce281b8b5278.tar.gz servo-d6a2c0676f89a73bc21e308777e2ce281b8b5278.zip |
build(deps): bump pyyaml from 5.1 to 5.4 in /python/tidy
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 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/compare/5.1...5.4)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'python/tidy')
-rw-r--r-- | python/tidy/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tidy/setup.py b/python/tidy/setup.py index dddb7f01f0f..19a1f61d1fc 100644 --- a/python/tidy/setup.py +++ b/python/tidy/setup.py @@ -18,7 +18,7 @@ install_requires = [ "toml==0.9.2", "colorama==0.3.7", "voluptuous==0.11.5", - "PyYAML==5.1", + "PyYAML==5.4", ] here = os.path.dirname(os.path.abspath(__file__)) |