diff options
author | Ernesto Rico Schmidt <ernesto@rico-schmidt.name> | 2020-06-05 18:19:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-05 18:19:18 (GMT) |
commit | 5fbe01893c6cbc92eb77eccecb3a9eae65df5aa1 (patch) | |
tree | babf3960681cf65efc55bd1dd2f2847a9bb110b3 | |
parent | 4026995dd964eae7159ebf611acbb4141807b3e0 (diff) | |
parent | cf45a06ab1f9647cb917ddb60c8ecaf218355bb3 (diff) |
Merge pull request #23 from radio-helsinki-graz/dependabot/pip/django-1.11.29
Bump django from 1.11.28 to 1.11.29
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 5be1480..ae00e1b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django==1.11.28 +Django==1.11.29 MySQL-python==1.2.5 Pillow==4.2.1 PyYAML==5.1 |