Skip to content

Commit

Permalink
Increase the minimum parsel version to match form2request requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallaecio committed Jul 12, 2024
1 parent 211e55e commit c9233e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9233e4

Please sign in to comment.