From 5f95fcda87f37df2b0d97c7c9330a5a3bb397161 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 22:11:00 +0000 Subject: [PATCH] Bump scrapy from 1.6.0 to 2.6.1 in /DeepExploit Bumps [scrapy](https://github.com/scrapy/scrapy) from 1.6.0 to 2.6.1. - [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.6.0...2.6.1) --- 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 b68ab90..f562441 100644 --- a/DeepExploit/requirements.txt +++ b/DeepExploit/requirements.txt @@ -6,6 +6,6 @@ matplotlib==3.0.3 msgpack-python==0.5.6 numpy==1.16.3 pandas==0.24.2 -Scrapy==1.6.0 +Scrapy==2.6.1 tensorflow>=1.8.0 urllib3==1.24.2