Skip to content

Commit

Permalink
Update requirements.txt based off github suggestions (#56) (#57)
Browse files Browse the repository at this point in the history
Github notified the project team of insecure dependencies found in
requirements.txt. Update these dependencies to make the project secure again.

No functional change intended.

Signed-off-by: Frederick Lawler <fred@fredlawl.com>
  • Loading branch information
fredlawl committed Nov 20, 2018
1 parent d7f5002 commit b2a86f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Pygments==2.2.0
PyJWT==1.5.3
python-dateutil==2.6.1
pytz==2017.2
requests==2.18.4
requests>=2.20.0
rest-framework-auth0==0.4.5
six==1.11.0
unicodecsv==0.14.1
Expand Down
2 changes: 1 addition & 1 deletion tagging_tracker/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ idna==2.6
psycopg2==2.7.3.1
Pygments==2.2.0
pytz==2017.2
requests==2.18.4
requests>=2.20.0
urllib3==1.22

0 comments on commit b2a86f2

Please sign in to comment.