From fb85edfc84031020e7b99d3524dae649980712e8 Mon Sep 17 00:00:00 2001 From: Israel Blancas Date: Thu, 7 Dec 2017 00:26:10 +0100 Subject: [PATCH] Update dependencies and version --- src/setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/setup.py b/src/setup.py index ee1c4e2..ee31c94 100644 --- a/src/setup.py +++ b/src/setup.py @@ -36,7 +36,7 @@ from setuptools import setup setup( name='githubcity', - version='1.0.1', + version='1.0.4', description='GitHub city ranking creator', author='Israel Blancas @iblancasa', author_email='iblancasa@gmail.com', @@ -46,8 +46,8 @@ classifiers=[], install_requires=[ 'python-dateutil==2.4.2', - 'beautifulsoup4==4.4.1', - 'lxml==3.6.4', + 'beautifulsoup4==4.6.0', + 'lxml==4.1.1', 'coloredlogs==5.0', 'pystache==0.5.4', 'httpretty==0.8.14'