Merge "Bump Django version to Current LTS Version"
This commit is contained in:
commit
ab2021eb1d
@ -38,11 +38,13 @@
|
|||||||
# We specify a job in openstack-python3-yoga-jobs(-horizon)
|
# We specify a job in openstack-python3-yoga-jobs(-horizon)
|
||||||
# to keep this project template as it is used in horizon plugins.
|
# to keep this project template as it is used in horizon plugins.
|
||||||
# NOTE: We keep it as a template even though it is not used now.
|
# NOTE: We keep it as a template even though it is not used now.
|
||||||
- openstack-tox-py38
|
- openstack-tox-py38:
|
||||||
|
voting: false
|
||||||
- horizon-tox-python3-django32:
|
- horizon-tox-python3-django32:
|
||||||
voting: false
|
voting: false
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- openstack-tox-py38
|
- openstack-tox-py38:
|
||||||
|
voting: false
|
||||||
# Skip these until the django3.x jobs become voting.
|
# Skip these until the django3.x jobs become voting.
|
||||||
# - horizon-tox-python3-django32
|
# - horizon-tox-python3-django32
|
||||||
|
@ -15,9 +15,9 @@ cryptography==3.0
|
|||||||
debtcollector==1.2.0
|
debtcollector==1.2.0
|
||||||
decorator==4.4.2
|
decorator==4.4.2
|
||||||
deprecation==1.0
|
deprecation==1.0
|
||||||
Django==2.2
|
Django==3.2
|
||||||
django-appconf==1.0.2
|
django-appconf==1.0.5
|
||||||
django-compressor==2.0
|
django-compressor==2.4.1
|
||||||
django-debreach==1.4.2
|
django-debreach==1.4.2
|
||||||
django-pyscss==2.0.2
|
django-pyscss==2.0.2
|
||||||
docutils==0.11
|
docutils==0.11
|
||||||
@ -105,7 +105,7 @@ requests==2.25.1
|
|||||||
requestsexceptions==1.2.0
|
requestsexceptions==1.2.0
|
||||||
restructuredtext-lint==1.1.1
|
restructuredtext-lint==1.1.1
|
||||||
rfc3986==0.3.1
|
rfc3986==0.3.1
|
||||||
rjsmin==1.0.12
|
rjsmin==1.1.0
|
||||||
Routes==2.3.1
|
Routes==2.3.1
|
||||||
selenium==2.50.1
|
selenium==2.50.1
|
||||||
semantic-version==2.3.1
|
semantic-version==2.3.1
|
||||||
|
@ -12,8 +12,8 @@ pbr>=5.5.0 # Apache-2.0
|
|||||||
# Horizon Core Requirements
|
# Horizon Core Requirements
|
||||||
Babel>=2.6.0 # BSD
|
Babel>=2.6.0 # BSD
|
||||||
debtcollector>=1.2.0 # Apache-2.0
|
debtcollector>=1.2.0 # Apache-2.0
|
||||||
Django>=2.2,<3.0 # BSD
|
Django>=3.2,<3.3 # BSD
|
||||||
django-compressor>=2.0 # MIT
|
django-compressor>=2.4.1 # MIT
|
||||||
django-debreach>=1.4.2 # BSD License (2 clause)
|
django-debreach>=1.4.2 # BSD License (2 clause)
|
||||||
django-pyscss>=2.0.2 # BSD License (2 clause)
|
django-pyscss>=2.0.2 # BSD License (2 clause)
|
||||||
futurist>=1.2.0 # Apache-2.0
|
futurist>=1.2.0 # Apache-2.0
|
||||||
|
Loading…
Reference in New Issue
Block a user