From 8599e01280502ecd519dbb8ec035a90702ede25b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Oct 2021 23:11:47 +0000 Subject: [PATCH] Bump scrapy from 1.5.0 to 1.8.1 in /DeepExploit Bumps [scrapy](https://github.com/scrapy/scrapy) from 1.5.0 to 1.8.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.5.0...1.8.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 a07f6c0..a08893c 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==1.8.1 tensorflow==1.8.0 urllib3==1.23