Skip to content

Commit a21d4cf

Browse files
Bump scrapy from 2.2.1 to 2.3.0 (#60)
* Bump scrapy from 2.2.1 to 2.3.0 Bumps [scrapy](https://github.com/scrapy/scrapy) from 2.2.1 to 2.3.0. - [Release notes](https://github.com/scrapy/scrapy/releases) - [Changelog](https://github.com/scrapy/scrapy/blob/master/docs/news.rst) - [Commits](scrapy/scrapy@2.2.1...2.3.0) Signed-off-by: dependabot-preview[bot] <[email protected]> * Disable pylint rule Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Clementine Urquizar <[email protected]>
1 parent 1dc6f4b commit a21d4cf

File tree

3 files changed

+24
-8
lines changed

3 files changed

+24
-8
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
Scrapy = "==2.2.1"
7+
Scrapy = "==2.3.0"
88
selenium = "==3.141.0"
99
pytest = "==6.0.0"
1010
meilisearch = "==0.12.0"

Pipfile.lock

Lines changed: 22 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scraper/src/documentation_spider.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
EXIT_CODE_EXCEEDED_RECORDS = 4
2222

2323

24+
#pylint: disable=abstract-method
2425
class DocumentationSpider(CrawlSpider, SitemapSpider):
2526
"""
2627
DocumentationSpider

0 commit comments

Comments
 (0)