Update depedencies to their latest bug fix version

Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
Roberto Rosario
2019-07-05 15:45:24 -04:00
parent 38c33b6703
commit d5b1c02310
6 changed files with 22 additions and 16 deletions

View File

@@ -11,7 +11,10 @@
* Add alert when settings are changed and util the installation
is restarted. GitLab issue #605. Thanks to
Vikas Kedia (@vikaskedia) to the report.
* Update Django to version 1.11.22.
* Update Django to version 1.11.22, PyYAML to version 5.1.1,
django-widget-tweaks to version 1.4.5, pathlib2 to version 2.3.4,
Werkzeug to version 0.15.4, django-extensions to version 2.1.9,
django-rosetta to version 0.9.3, psutil to version 5.6.3.
3.2.4 (2019-06-29)
==================

View File

@@ -18,7 +18,10 @@ Changes
- Add alert when settings are changed and util the installation
is restarted. GitLab issue #605. Thanks to
Vikas Kedia (@vikaskedia) to the report.
- Update Django to version 1.11.22.
- Update Django to version 1.11.22, PyYAML to version 5.1.1,
django-widget-tweaks to version 1.4.5, pathlib2 to version 2.3.4,
Werkzeug to version 0.15.4, django-extensions to version 2.1.9,
django-rosetta to version 0.9.3, psutil to version 5.6.3.
Removals
--------

View File

@@ -59,7 +59,7 @@ PythonDependency(
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
''', module=__name__, name='PyYAML', version_string='==5.1'
''', module=__name__, name='PyYAML', version_string='==5.1.1'
)
PythonDependency(
copyright_text='''
@@ -303,7 +303,7 @@ PythonDependency(
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
''', module=__name__, name='django-widget-tweaks', version_string='==1.4.3'
''', module=__name__, name='django-widget-tweaks', version_string='==1.4.5'
)
PythonDependency(
module=__name__, name='furl', version_string='==2.0.0'
@@ -318,7 +318,7 @@ PythonDependency(
module=__name__, name='mock', version_string='==2.0.0'
)
PythonDependency(
module=__name__, name='pathlib2', version_string='==2.3.3'
module=__name__, name='pathlib2', version_string='==2.3.4'
)
PythonDependency(
copyright_text='''
@@ -381,7 +381,7 @@ PythonDependency(
PythonDependency(
module=__name__, environment=environment_development, name='Werkzeug',
version_string='==0.15.2'
version_string='==0.15.4'
)
PythonDependency(
environment=environment_development, module=__name__,
@@ -389,12 +389,12 @@ PythonDependency(
)
PythonDependency(
environment=environment_development, module=__name__,
name='django-extensions', version_string='==2.1.6'
name='django-extensions', version_string='==2.1.9'
)
PythonDependency(
environment=environment_development, help_text=_(
'Used to allow offline translation of the code text strings.'
), module=__name__, name='django-rosetta', version_string='==0.9.2'
), module=__name__, name='django-rosetta', version_string='==0.9.3'
)
PythonDependency(
environment=environment_development, help_text=_(
@@ -443,7 +443,7 @@ PythonDependency(
)
PythonDependency(
environment=environment_testing, module=__name__, name='psutil',
version_string='==5.6.1'
version_string='==5.6.3'
)
PythonDependency(

View File

@@ -1,6 +1,6 @@
Pillow==6.0.0
PyPDF2==1.26.0
PyYAML==5.1
PyYAML==5.1.1
celery==3.1.24
django-activity-stream==0.7.0
django-celery==3.2.1
@@ -16,7 +16,7 @@ django-pure-pagination==0.3.0
django-qsstats-magic==1.0.0
django-solo==1.1.3
django-stronghold==0.3.0
django-widget-tweaks==1.4.3
django-widget-tweaks==1.4.5
djangorestframework==3.7.7
djangorestframework-recursive==0.1.2
drf-yasg==1.6.0
@@ -29,7 +29,7 @@ graphviz==0.10.1
gunicorn==19.9.0
mock==2.0.0
node-semver==0.6.1
pathlib2==2.3.3
pathlib2==2.3.4
pycountry==18.12.8
pyocr==0.6
python-dateutil==2.8.0

View File

@@ -1,7 +1,7 @@
Werkzeug==0.15.2
Werkzeug==0.15.4
django-debug-toolbar==1.11
django-extensions==2.1.6
django-rosetta==0.9.2
django-extensions==2.1.9
django-rosetta==0.9.3
flake8==3.7.7
ipython==5.5.0
readme==0.7.1

View File

@@ -2,5 +2,5 @@ codecov==2.0.15
coverage==4.4.1
coveralls==1.3.0
django-test-without-migrations==0.6
psutil==5.6.1
psutil==5.6.3
tox==3.8.6