Skip to content

Commit

Permalink
Bump the andi version.
Browse files Browse the repository at this point in the history
  • Loading branch information
wRAR committed Dec 12, 2023
1 parent 5a72311 commit 88c58bc
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 @@
package_data={"scrapy_poet": ["VERSION"]},
python_requires=">=3.8",
install_requires=[
"andi >= 0.4.1",
"andi >= 0.5.0",
"attrs >= 21.3.0",
"parsel >= 1.5.0",
"scrapy >= 2.6.0",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ commands =
[pinned]
deps =
{[testenv]deps}
andi==0.4.1
andi==0.5.0
attrs==21.3.0
parsel==1.5.0
sqlitedict==1.5.0
Expand Down

0 comments on commit 88c58bc

Please sign in to comment.