Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

Commit

Permalink
update requests to get past CVE.
Browse files Browse the repository at this point in the history
  • Loading branch information
westonplatter committed Oct 30, 2018
1 parent df34303 commit 35a241d
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 73 deletions.
3 changes: 1 addition & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ name = "pypi"

[packages]
fast-arrow = {editable = true, path = "."}
click = "*"
requests = "*"
requests = ">=2.20.0"
yarl = "*"
"pathlib2" = "*"
pandas = ">=0.23.2"
Expand Down
150 changes: 80 additions & 70 deletions Pipfile.lock

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

2 changes: 1 addition & 1 deletion fast_arrow/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '0.2.11'
VERSION = '0.2.12'

0 comments on commit 35a241d

Please sign in to comment.