diff options
author | Jeff Bradberry <jeff.bradberry@gmail.com> | 2022-02-16 19:29:35 +0100 |
---|---|---|
committer | Jeff Bradberry <jeff.bradberry@gmail.com> | 2022-03-14 18:19:53 +0100 |
commit | 23e700a1ef1f37f4d5f4951fdb49cb3552df34e1 (patch) | |
tree | 15abea3a8b6cd8b93a6938ed3627048d8dee0e30 /requirements/requirements_git.txt | |
parent | Implement an out-of-band migration to change the json fields (diff) | |
download | awx-23e700a1ef1f37f4d5f4951fdb49cb3552df34e1.tar.xz awx-23e700a1ef1f37f4d5f4951fdb49cb3552df34e1.zip |
Upgrade to Django 3.2
- upgrades
- Django 3.2.12
- pytz 2021.3 (from 2019.3)
- oauthlib 3.2.0 (from 3.1.0)
- requests-oauthlib 1.3.1 (from 1.3.0)
- django-guid 3.2.1 (from 2.2.1)
- django-solo 2.0.0 (from 1.1.3)
- django-taggit 2.1.0 (from 1.2.0)
- netaddr 0.8.0 (from 0.7.19)
- pyrad 2.4 (from 2.3)
- django-radius devel (from 1.3.3)
- future devel (from 0.16.0)
- django-guid, django-solo, and django-taggit are upgraded to fix the
AppConfig deprecation warning. FIXME: django-guid devel has the
fix, but it hasn't been released yet.
- Released versions of django-radius have a hard-coded pin to
future==0.16.0, which has a Python warning due to an improperly
escaped character. This is fixed in future devel, so for now we are
pinning to references to the git repos.
- netaddr had a bunch of Python syntax and deprecation warnings
Diffstat (limited to 'requirements/requirements_git.txt')
-rw-r--r-- | requirements/requirements_git.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/requirements/requirements_git.txt b/requirements/requirements_git.txt index 01b668ee18..ab13d9aed2 100644 --- a/requirements/requirements_git.txt +++ b/requirements/requirements_git.txt @@ -1,3 +1,6 @@ git+https://github.com/ansible/system-certifi.git@devel#egg=certifi # Remove pbr from requirements.in when moving ansible-runner to requirements.in git+https://github.com/ansible/ansible-runner.git@devel#egg=ansible-runner +# django-radius has an aggressive pin of future==0.16.0, see https://github.com/robgolding/django-radius/pull/25 +git+https://github.com/ansible/django-radius.git@develop#egg=django-radius +git+https://github.com/PythonCharmers/python-future@master#egg=future |