From c9233e425c91cf8599ea15418a9c9c114bd69f8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Chaves?= Date: Fri, 12 Jul 2024 13:53:57 +0200 Subject: [PATCH] Increase the minimum parsel version to match form2request requirements --- setup.py | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 260b5579..cec9482e 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ install_requires=[ "attrs >= 21.3.0", "form2request >= 0.1.0", - "parsel >= 1.5.0", + "parsel >= 1.8.1", "url-matcher >= 0.2.0", "multidict >= 0.5.0", "w3lib >= 1.22.0", diff --git a/tox.ini b/tox.ini index 9de46508..f4eecdcc 100644 --- a/tox.ini +++ b/tox.ini @@ -68,7 +68,7 @@ deps = aiohttp==3.7.0 attrs==21.3.0 form2request==0.1.0 - parsel==1.5.0 + parsel==1.8.1 url-matcher==0.2.0 tldextract==3.0.0 multidict==5.0.0