Browse Source

Bump pyyaml from 3.11 to 5.4

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.11 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/3.11...5.4)

Signed-off-by: dependabot[bot] <support@github.com>
dependabot/pip/pyyaml-5.4
dependabot[bot] 5 years ago
committed by GitHub
parent
commit
0b637ef192
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      requirements.txt
  2. +1
    -1
      setup.py

+ 1
- 1
requirements.txt View File

@ -1 +1 @@
PyYAML==3.11
PyYAML==5.4

+ 1
- 1
setup.py View File

@ -14,7 +14,7 @@ setup(
packages=find_packages(),
license="MIT",
install_requires=[
"PyYAML==3.11",
"PyYAML==5.4",
],
classifiers=[
"Intended Audience :: Developers",


Loading…
Cancel
Save