Update to Django 3.2.

Review Request #11978 — Created Jan. 22, 2022 and submitted

Information

Djblets
release-3.x

Reviewers

This change updates our dependencies to use Django 3.2. In addition to
updating django itself, we also need new versions of
django_oauth_toolkit and django-pipeline.

Ran unit tests.

Summary ID
Update to Django 3.2.
This change updates our dependencies to use Django 3.2. In addition to updating django itself, we also need new versions of `django_oauth_toolkit` and `django-pipeline`. Testing Done: Ran unit tests.
276c31b89ce4ab73c3e8aa7b5c7ef83c4d6fb5cc
Description From Last Updated

Now that we're very safely out of super legacy setuptools land, and have been bit enough by new versions of …

chipx86chipx86

We can now rely on ~=: ~=3.2.11.

chipx86chipx86
chipx86
  1. 
      
  2. dev-requirements.txt (Diff revision 1)
     
     
    Show all issues

    Now that we're very safely out of super legacy setuptools land, and have been bit enough by new versions of packages regressing us, let's start using the compatible version specifier. In this case, ~=1.6.3. Then we're good for all 1.6.x releases, and can upgrade later as needed.

  3. djblets/dependencies.py (Diff revision 1)
     
     
    Show all issues

    We can now rely on ~=: ~=3.2.11.

  4. 
      
david
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-3.x (fa7c93e)
Loading...