Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.

Commit 81531bd

Browse files
committed
Upgrade requests version to fix underlaying vulnerability on urllib3
1 parent accb668 commit 81531bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
VERSION = "0.0.1"
55

66
REQUIRES = [
7-
'requests==2.21.0',
7+
'requests==2.22.0',
88
]
99

1010
EXTRAS = {

0 commit comments

Comments
 (0)