From 027b64ac6dde427c50120f86e8a7b532e0f78608 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 22:32:26 +0000 Subject: [PATCH] Bump scrapy from 1.5.0 to 2.6.2 in /DeepExploit Bumps [scrapy](https://github.com/scrapy/scrapy) from 1.5.0 to 2.6.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/1.5.0...2.6.2) --- updated-dependencies: - dependency-name: scrapy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- DeepExploit/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DeepExploit/requirements.txt b/DeepExploit/requirements.txt index a07f6c0..b5dd391 100644 --- a/DeepExploit/requirements.txt +++ b/DeepExploit/requirements.txt @@ -6,6 +6,6 @@ matplotlib==2.0.2 msgpack-python==0.5.6 numpy==1.13.3 pandas==0.23.0 -Scrapy==1.5.0 +Scrapy==2.6.2 tensorflow==1.8.0 urllib3==1.23