diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2020-01-17 02:45:15 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-17 02:45:15 (GMT) |
commit | 77531a227926b350c1028cd3b4d313b5a00e9f75 (patch) | |
tree | 2efeb09e36d853363536321f597c315b10e37bf4 | |
parent | 187b00b6e9ed4e3729e7915d512c6b819d2a0597 (diff) |
Bump pyyaml from 3.12 to 5.1
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 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.12...5.1)
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index bfc32b5..ea26bb0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Django==1.11.23 MySQL-python==1.2.5 Pillow==4.2.1 -PyYAML==3.12 +PyYAML==5.1 django-tinymce==2.6.0 python-dateutil==2.6.0 |