From b29f25dd6a95b3b482a61bc5af9d2ceaad9a7187 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Mon, 19 Nov 2018 18:22:41 -0800 Subject: [PATCH] Bump dependency versions --- setup.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/setup.py b/setup.py index a8132366..9a537214 100644 --- a/setup.py +++ b/setup.py @@ -34,11 +34,11 @@ setup( package_data={'datasette': ['templates/*.html']}, include_package_data=True, install_requires=[ - 'click==6.7', + 'click==7.0', 'click-default-group==1.2', - 'Sanic==0.7.0', + 'Sanic==0.8.3', 'Jinja2==2.10', - 'hupper==1.0', + 'hupper==1.4.1', 'pint==0.8.1', 'pluggy>=0.7.1', ], @@ -49,9 +49,9 @@ setup( setup_requires=['pytest-runner'], extras_require={ 'test': [ - 'pytest==3.7.1', - 'aiohttp==3.3.2', - 'beautifulsoup4==4.6.1', + 'pytest==4.0.0', + 'aiohttp==3.4.4', + 'beautifulsoup4==4.6.3', ] }, tests_require=[