Skip to content

Commit d18fc1f

Browse files
committed
fix: update requests dependency to 2.22.0
security update for CVE-2019-11324 close #398
1 parent dfce76d commit d18fc1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ arrow = "*"
1919
"iso8601" = "*"
2020
six = ">=1.11.0"
2121
qiniu = ">=7.1.4,<7.2.4"
22-
requests = ">=2.20.0"
22+
requests = ">=2.22.0"
2323
werkzeug = "*"
2424
gevent = ">=1.0.2,<2.0.0"
2525
typing = { version = "*", markers = "python_version < '3.5.0'" }

0 commit comments

Comments
 (0)