From 90969c12755f0d46935808ecaf802a2df96a4817 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 7 Aug 2018 17:44:29 -0700 Subject: [PATCH] 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=[