Skip to content

Commit

Permalink
Fix scrapy vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorais-ca committed Oct 30, 2021
1 parent c217a0c commit 2e429b7
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 89 deletions.
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ verify_ssl = true
name = "pypi"

[packages]
scrapy = "*"
scrapy = ">=2.5."
python-dotenv = "*"
passlib = "*"

[dev-packages]

Expand Down
204 changes: 116 additions & 88 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2e429b7

Please sign in to comment.