Skip to content

Commit

Permalink
Update scrapy requirement from <2.7,>=2.5 to >=2.5,<2.12
Browse files Browse the repository at this point in the history
Updates the requirements on [scrapy](https://github.com/scrapy/scrapy) to permit the latest version.
- [Release notes](https://github.com/scrapy/scrapy/releases)
- [Changelog](https://github.com/scrapy/scrapy/blob/master/docs/news.rst)
- [Commits](scrapy/scrapy@2.5.0...2.11.0)

---
updated-dependencies:
- dependency-name: scrapy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 4, 2023
1 parent 6d9b343 commit 8ef6e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ markdownify>=0.6,<0.13
Pillow>=10.0.1,<11
python-slugify>5,<7
PyYAML>5.3
scrapy>=2.5,<2.7
scrapy>=2.5,<2.12

# Development
# -----------------------
Expand Down

0 comments on commit 8ef6e7f

Please sign in to comment.