From 746bc6512a342d8bf522fb567664e4b5dd9e1f84 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2019 13:12:32 +0000 Subject: [PATCH] Bump pyquery from 1.4.0 to 1.4.1 Bumps [pyquery](https://github.com/gawel/pyquery) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/gawel/pyquery/releases) - [Changelog](https://github.com/gawel/pyquery/blob/master/CHANGES.rst) - [Commits](https://github.com/gawel/pyquery/compare/1.4.0...1.4.1) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 87371e3..2161913 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ test_requirements = [ 'pytest==4.0.2', 'pytest-cov==2.6.1', - 'pyquery==1.4.0', + 'pyquery==1.4.1', 'requests_mock', ] extras_require = {