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

Commit 35a241d

Browse files
committed
update requests to get past CVE.
1 parent df34303 commit 35a241d

File tree

3 files changed

+82
-73
lines changed

3 files changed

+82
-73
lines changed

Pipfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ name = "pypi"
55

66
[packages]
77
fast-arrow = {editable = true, path = "."}
8-
click = "*"
9-
requests = "*"
8+
requests = ">=2.20.0"
109
yarl = "*"
1110
"pathlib2" = "*"
1211
pandas = ">=0.23.2"

Pipfile.lock

Lines changed: 80 additions & 70 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fast_arrow/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '0.2.11'
1+
VERSION = '0.2.12'

0 commit comments

Comments
 (0)