Pin kombu and django-timezone-field versions
GitLab issues #698 and #699. Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
3.3.5 (2019-XX-XX)
|
||||
=================
|
||||
- Pin django-timezone-field to version 3.1. GitLab issue #698.
|
||||
Thanks to Rob de Canha-Knight (@rssfed23) for the report
|
||||
and research.
|
||||
- Pin kombu to version 4.6.7. GitLab issue #699. Thanks to
|
||||
Rob de Canha-Knight (@rssfed23) for the report and the research.
|
||||
|
||||
3.3.4 (2019-12-09)
|
||||
==================
|
||||
- Update the gunicorn worker class to synchronous.
|
||||
|
||||
@@ -110,3 +110,9 @@ PythonDependency(
|
||||
changes open source.
|
||||
''', module=__name__, name='django-celery-beat', version_string='==1.5.0'
|
||||
)
|
||||
PythonDependency(
|
||||
module=__name__, name='django-timezone-field', version_string='==3.1'
|
||||
)
|
||||
PythonDependency(
|
||||
module=__name__, name='kombu', version_string='==4.6.7'
|
||||
)
|
||||
|
||||
@@ -15,6 +15,7 @@ django-pure-pagination==0.3.0
|
||||
django-qsstats-magic==1.0.0
|
||||
django-solo==1.1.3
|
||||
django-stronghold==0.3.0
|
||||
django-timezone-field==3.1
|
||||
django-widget-tweaks==1.4.5
|
||||
djangorestframework==3.7.7
|
||||
djangorestframework-recursive==0.1.2
|
||||
@@ -26,6 +27,7 @@ fusepy==3.0.1
|
||||
gevent==1.4.0
|
||||
graphviz==0.10.1
|
||||
gunicorn==19.9.0
|
||||
kombu==4.6.7
|
||||
mock==2.0.0
|
||||
node-semver==0.6.1
|
||||
pathlib2==2.3.5
|
||||
|
||||
Reference in New Issue
Block a user