diff options
author | Ernesto Rico Schmidt <ernesto@rico-schmidt.name> | 2020-01-17 02:46:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-17 02:46:05 (GMT) |
commit | eae4c843b8185dde4c5e049878539f67fc9cb590 (patch) | |
tree | 2efeb09e36d853363536321f597c315b10e37bf4 | |
parent | 187b00b6e9ed4e3729e7915d512c6b819d2a0597 (diff) | |
parent | 77531a227926b350c1028cd3b4d313b5a00e9f75 (diff) |
Merge pull request #21 from radio-helsinki-graz/dependabot/pip/pyyaml-5.1
Bump pyyaml from 3.12 to 5.1
-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 |