Skip to content
This repository has been archived by the owner on May 17, 2019. It is now read-only.

Address CVE-2018-18074 #30

Merged
merged 1 commit into from
Jan 21, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@
#
# pip-compile --output-file requirements.txt requirements.in
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To update, run:

I think this is actually saying "To update this file after making a change to requirements.in, run:"

There's a separate command for upgrading the version of a specific package: https://github.com/jazzband/pip-tools#updating-requirements

#
requests==2.12.0
certifi==2018.11.29 # via requests
chardet==3.0.4 # via requests
idna==2.8 # via requests
requests==2.21.0
urllib3==1.24.1 # via requests