diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2020-02-11 23:45:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-11 23:45:18 (GMT) |
commit | 27a5cffda0e8e907729d04c8b542c018e82ce515 (patch) | |
tree | 1ceeb28efa511eae9c1a7e07219c24246e37e991 | |
parent | d455f25fff86de622e26d182d7d7d024f4d57f54 (diff) |
Bump django from 1.11.27 to 1.11.28
Bumps [django](https://github.com/django/django) from 1.11.27 to 1.11.28.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/1.11.27...1.11.28)
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 b74ea27..5be1480 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django==1.11.27 +Django==1.11.28 MySQL-python==1.2.5 Pillow==4.2.1 PyYAML==5.1 |