diff options
author | Michał Klichowicz <emkael@tlen.pl> | 2018-10-29 22:13:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-29 22:13:18 +0100 |
commit | 6ce3db55ea6445b647466477ef59d1d30ef863fa (patch) | |
tree | dc64166351502c6c21b8ee1bab42b019f99ee3f9 | |
parent | 337ef4b3c426b392bfed8b9c4656d292645d9bb5 (diff) | |
parent | 0cbdd69222882e5b8e6d4208c3f49ccc51505bb4 (diff) |
Merge pull request #30 from emkael/cve-2018-18074
Bumping version number for requests dependency due to a vulnerability…
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 4cdf790..1caa4f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -requests==2.18 +requests>=2.20.0 beautifulsoup4==4.6 cached-property==1.3.1 lxml==4.1.1 |