Browse Source

init: bump django version to 4.2.14

bump_django
LeandroJatai 5 months ago
parent
commit
b1c7de54cf
  1. 3
      requirements/requirements.txt
  2. 3
      setup.py

3
requirements/requirements.txt

@ -1,4 +1,5 @@
django==2.2.28 django==4.2.14
django-haystack==3.1.1 django-haystack==3.1.1
django-filter==2.4.0 django-filter==2.4.0
djangorestframework==3.12.4 djangorestframework==3.12.4

3
setup.py

@ -9,7 +9,8 @@ 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))) os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))
install_requires = [ install_requires = [
'django>=1.11.19,<3.0', 'django==4.2.14',
'django-haystack==2.8.1', 'django-haystack==2.8.1',
'django-filter==2.0.0', 'django-filter==2.0.0',
'djangorestframework==3.11.2', 'djangorestframework==3.11.2',

Loading…
Cancel
Save