changeset 1162:c5c98d0fb4ec

cm: Update dependencies.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 01 Oct 2019 07:34:19 -0700
parents 356ffb974e47
children ed308313bcda
files requirements.txt setup.py
diffstat 2 files changed, 79 insertions(+), 54 deletions(-) [+]
line wrap: on
line diff
--- a/requirements.txt	Tue Oct 01 07:33:55 2019 -0700
+++ b/requirements.txt	Tue Oct 01 07:34:19 2019 -0700
@@ -1,49 +1,74 @@
 argh==0.26.2
 asn1crypto==0.24.0
-bcrypt==3.1.4
-cffi==1.11.4
-colorama==0.3.3
+atomicwrites==1.3.0
+attrs==19.1.0
+bcrypt==3.1.6
+beautifulsoup4==4.7.1
+bleach==3.1.0
+certifi==2019.3.9
+cffi==1.12.3
+chardet==3.0.4
+Click==7.0
+colorama==0.4.1
 compressinja==0.0.2
 cov-core==1.15.0
-coverage==4.0.3
-cryptography==2.1.4
-flake8==3.5.0
-Flask==0.10.1
+coverage==4.5.3
+cryptography==2.6.1
+docutils==0.14
+entrypoints==0.3
+flake8==3.7.7
+Flask==1.0.2
 Flask-IndieAuth==0.0.3.2
-Flask-Login==0.3.2
-idna==2.6
+Flask-Login==0.4.1
+html5lib==1.0.1
+idna==2.8
 Inukshuk==0.1.2
-invoke==0.21.0
-itsdangerous==0.24
-Jinja2==2.10
-Markdown==2.6.2
-MarkupSafe==1.0
+invoke==1.2.0
+itsdangerous==1.1.0
+Jinja2==2.10.1
+Markdown==3.1
+MarkupSafe==1.1.1
 mccabe==0.6.1
-mock==1.0.1
-olefile==0.44
-packaging==16.8
-paramiko==2.4.0
+mf2py==1.1.2
+mock==2.0.0
+more-itertools==7.0.0
+olefile==0.46
+packaging==19.0
+paramiko==2.4.2
 pathtools==0.1.2
-Pillow==4.3.0
-py==1.4.33
-pyasn1==0.4.2
-pycodestyle==2.3.1
-pycparser==2.18
-pyflakes==1.6.0
-Pygments==2.0.2
-PyNaCl==1.2.1
-pyparsing==2.2.0
+pbr==5.1.3
+Pillow==6.0.0
+pip-autoremove==0.9.1
+pipdeptree==0.13.2
+pkginfo==1.5.0.1
+pluggy==0.9.0
+py==1.8.0
+pyasn1==0.4.5
+pycodestyle==2.5.0
+pycparser==2.19
+pyflakes==2.1.1
+Pygments==2.3.1
+PyNaCl==1.3.0
+pyparsing==2.4.0
 pystache==0.5.4
-pytest==2.8.7
-pytest-cov==2.2.1
-pytest-mock==0.10.1
-python-dateutil==2.4.2
-PyYAML==3.11
-repoze.lru==0.6
-six==1.11.0
-smartypants==1.8.6
+pytest==4.4.1
+pytest-cov==2.6.1
+pytest-mock==1.10.4
+python-dateutil==2.8.0
+PyYAML==5.1
+readme-renderer==24.0
+repoze.lru==0.7
+requests==2.21.0
+requests-toolbelt==0.9.1
+six==1.12.0
+smartypants==2.0.1
+soupsieve==1.9.1
 strict-rfc3339==0.7
-textile==2.2.2
-Unidecode==0.4.18
-watchdog==0.8.3
-Werkzeug==0.12.2
+textile==3.0.3
+tqdm==4.31.1
+twine==1.13.0
+Unidecode==1.0.23
+urllib3==1.24.2
+watchdog==0.9.0
+webencodings==0.5.1
+Werkzeug==0.15.2
--- a/setup.py	Tue Oct 01 07:33:55 2019 -0700
+++ b/setup.py	Tue Oct 01 07:34:19 2019 -0700
@@ -152,37 +152,37 @@
 
 
 install_requires = [
+    'beautifulsoup4>=4.7.0',
     'colorama>=0.4.0',
     'compressinja>=0.0.2',
-    'beautifulsoup4>=4.6.3',
-    'Flask>=1.0.2',
     'Flask-IndieAuth>=0.0.3.2',
     'Flask-Login>=0.4.1',
+    'Flask>=1.0.2',
     'Inukshuk>=0.1.2',
     'Jinja2>=2.10',
-    'Markdown>=3.0.1',
-    'MarkupSafe>=1.0',
+    'Markdown>=3.1',
+    'MarkupSafe>=1.1',
     'mf2py>=1.1.2',
     'paramiko>=2.4.2',
-    'Pillow>=5.3.0',
+    'Pillow>=6.0.0',
     'Pygments>=2.2.0',
     'pystache>=0.5.4',
-    'python-dateutil>=2.7.5',
-    'PyYAML>=3.13',
+    'python-dateutil>=2.8',
+    'PyYAML>=5.1',
     'repoze.lru>=0.7',
-    'requests>=2.20.0',
+    'requests>=2.21.0',
     'smartypants>=2.0.1',
-    'strict-rfc3339>=0.5',
+    'strict-rfc3339>=0.7',
     'textile>=3.0.3',
-    'Unidecode>=1.0.22',
+    'Unidecode>=1.0.23',
     'watchdog>=0.9.0',
-    'Werkzeug>=0.14.1'
+    'Werkzeug>=0.15.2',
 ]
 tests_require = [
-    'invoke>=0.21.0',
-    'pytest>=2.8.7',
-    'pytest-cov>=2.2.1',
-    'pytest-mock>=0.10.1'
+    'invoke>=1.2.0',
+    'pytest>=4.4.1',
+    'pytest-cov>=2.6.1',
+    'pytest-mock>=1.10.4',
 ]