From e1db8194e8c1d7f361fd0c1c3fc1b91d6aa920e5 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 7 Aug 2018 18:11:12 -0700 Subject: [PATCH] Bump versions of pytest, pluggy and beautifulsoup4 (#358) --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 4a38faba..b2fce1c0 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ setup( 'Jinja2==2.10', 'hupper==1.0', 'pint==0.8.1', - 'pluggy>=0.1.0,<1.0', + 'pluggy>=0.7.1', ], entry_points=''' [console_scripts] @@ -49,9 +49,9 @@ setup( setup_requires=['pytest-runner'], extras_require={ 'test': [ - 'pytest==3.6.0', + 'pytest==3.7.1', 'aiohttp==3.3.2', - 'beautifulsoup4==4.6.0', + 'beautifulsoup4==4.6.1', ] }, tests_require=[