Browse Source

Bump pyyaml from 3.11 to 5.1

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/1/head
dependabot[bot] 6 years ago
committed by GitHub
parent
commit
82798baf21
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.1

+ 1
- 1
setup.py View File

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


Loading…
Cancel
Save