Skip to content

Commit

Permalink
Require scrapy-poet >= 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gallaecio committed Dec 27, 2023
1 parent a5f909c commit 857b51c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def get_version():
# Sync with [testenv:provider-pinned] @ tox.ini
"provider": [
"andi>=0.5.0",
"scrapy-poet>=0.18.0",
"scrapy-poet>=0.19.0",
"web-poet>=0.15.1",
"zyte-common-items>=0.7.0",
]
Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ deps =
pytest
pytest-cov
pytest-twisted
scrapy-poet @ git+https://github.com/scrapinghub/scrapy-poet.git
commands =
py.test \
--cov-report=term-missing \
Expand Down Expand Up @@ -89,7 +88,7 @@ extras = provider
deps =
# scrapy-poet >= 0.4.0 depends on scrapy >= 2.6.0
{[testenv:pinned-scrapy-2x6]deps}
scrapy-poet==0.18.0
scrapy-poet==0.19.0
web-poet==0.15.1
zyte-common-items==0.7.0

Expand Down

0 comments on commit 857b51c

Please sign in to comment.