From dd67c491f351b2ef2e0c3d4577a32d2411cce84a Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 2 Jul 2019 21:14:56 -0700 Subject: [PATCH] Bump click and click-default-group --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 16953a00..6b2f903d 100644 --- a/setup.py +++ b/setup.py @@ -41,8 +41,8 @@ setup( package_data={"datasette": ["templates/*.html"]}, include_package_data=True, install_requires=[ - "click~=6.7", - "click-default-group~=1.2", + "click~=7.0", + "click-default-group~=1.2.1", "Jinja2~=2.10.1", "hupper~=1.0", "pint~=0.8.1",