Browse Source

Bump django from 2.2.20 to 2.2.24 (#3412)

Bumps [django](https://github.com/django/django) from 2.2.20 to 2.2.24.
- [Release notes](https://github.com/django/django/releases)
- [Commits](https://github.com/django/django/compare/2.2.20...2.2.24)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/3415/merge
dependabot[bot] 4 years ago
committed by GitHub
parent
commit
4add104ad7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      setup.py

2
setup.py

@ -9,7 +9,7 @@ with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme:
os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
install_requires = [
'django>=1.11.19,<2.0',
'django>=1.11.19,<3.0',
'django-haystack==2.8.1',
'django-filter==2.0.0',
'djangorestframework==3.11.2',

Loading…
Cancel
Save