From 3886a3cfee0edb63d996da2e667f4fe1b148b99e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 22:18:57 +0000 Subject: [PATCH] build(deps): Bump scrapy in /rocket_chat_docs_spider Bumps [scrapy](https://github.com/scrapy/scrapy) from 2.12.0 to 2.14.2. - [Release notes](https://github.com/scrapy/scrapy/releases) - [Changelog](https://github.com/scrapy/scrapy/blob/master/docs/news.rst) - [Commits](https://github.com/scrapy/scrapy/compare/2.12.0...2.14.2) --- updated-dependencies: - dependency-name: scrapy dependency-version: 2.14.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rocket_chat_docs_spider/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rocket_chat_docs_spider/requirements.txt b/rocket_chat_docs_spider/requirements.txt index a2834c8..a85f749 100644 --- a/rocket_chat_docs_spider/requirements.txt +++ b/rocket_chat_docs_spider/requirements.txt @@ -1,2 +1,2 @@ requests==2.32.3 -scrapy==2.12.0 \ No newline at end of file +scrapy==2.14.2 \ No newline at end of file