From eca5f2a978e0e00d243e2bc0cf8e9c43a6f7356b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 14:56:46 +0000 Subject: [PATCH] Bump scrapy from 1.5.0 to 1.8.2 in /DeepExploit Bumps [scrapy](https://github.com/scrapy/scrapy) from 1.5.0 to 1.8.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...1.8.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..5ed0c8c 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.2 tensorflow==1.8.0 urllib3==1.23