I am trying to update the django version in requirements/base.txt from 3.0.11 to 3.1
requirements/base.txt
# Django
# ------------------------------------------------------------------------------
django==3.1 # pyup: < 3.1 # https://www.djangoproject.com/
Does upgrading Django version in the project would create a problem ?