From dc1198355204aa5c4d29a801f8ff149ee0b6e753 Mon Sep 17 00:00:00 2001 From: Andrey Rakhmatullin Date: Thu, 16 Jan 2025 15:39:24 +0500 Subject: [PATCH] Bump the zyte-common-items version. --- setup.py | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 64532cb..39df6ea 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ "scrapy-zyte-api[provider]>=0.24.0", "web-poet>=0.17.1", "xtractmime>=0.2.1", - "zyte-common-items>=0.26.2", + "zyte-common-items>=0.27.0", ], classifiers=[ "Development Status :: 3 - Alpha", diff --git a/tox.ini b/tox.ini index 2a65da7..45c24a0 100644 --- a/tox.ini +++ b/tox.ini @@ -36,7 +36,7 @@ deps = scrapy-zyte-api[provider]==0.24.0 web-poet==0.17.1 xtractmime==0.2.1 - zyte-common-items==0.26.2 + zyte-common-items==0.27.0 [testenv:mypy] deps =