diff options
author | dependabot[bot] | 2020-02-11 23:34:19 +0000 |
---|---|---|
committer | GitHub | 2020-02-11 23:34:19 +0000 |
commit | 099a728bd85f99f80d8d6165ba526439a58dcb4b (patch) | |
tree | 61aa37df2d2b3053a23baf66190a382bb64bf6b7 /examples | |
parent | 538d8ca648ba8861fad0e110570e9509cd635820 (diff) | |
download | django-sneak-peek-dependabot/pip/examples/djangoproject/django-1.11.28.tar.bz2 |
Bump django from 1.4 to 1.11.28 in /examples/djangoprojectdependabot/pip/examples/djangoproject/django-1.11.28
Bumps [django](https://github.com/django/django) from 1.4 to 1.11.28.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/1.4...1.11.28)
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/djangoproject/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/djangoproject/requirements.txt b/examples/djangoproject/requirements.txt index 05c6e4f..fc41a51 100644 --- a/examples/djangoproject/requirements.txt +++ b/examples/djangoproject/requirements.txt @@ -1,3 +1,3 @@ -Django==1.4 +Django==1.11.28 South==0.8.4 file:../..#egg=django-sneak-peek |