From 90969c12755f0d46935808ecaf802a2df96a4817 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 7 Aug 2018 17:44:29 -0700 Subject: [PATCH 1/2] Bump versions of pytest and beautifulsoup4 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 4a38faba..77e64d3b 100644 --- a/setup.py +++ b/setup.py @@ -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=[ From 848ed0e0420d2e8c95a96b4cf73082da4c65d8f6 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 7 Aug 2018 17:51:17 -0700 Subject: [PATCH 2/2] Bump pluggy --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 77e64d3b..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]