From 88c58bc9023d0df04c236463356e58262cefaf94 Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Tue, 12 Dec 2023 15:55:05 +0400 Subject: [PATCH] Bump the andi version. --- setup.py | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f0e5431e..e2726246 100755 --- a/setup.py +++ b/setup.py @@ -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", diff --git a/tox.ini b/tox.ini index eb86d3fa..b3830667 100644 --- a/tox.ini +++ b/tox.ini @@ -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