Skip to content

Commit 6af9bbc

Browse files
committed
Update requests version to fix vulnerability with urllib3
1 parent 43e3c53 commit 6af9bbc

File tree

2 files changed

+133
-152
lines changed

2 files changed

+133
-152
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages] # Packages required to run the application
7-
requests = "==2.23.0"
7+
requests = "==2.26.0"
88

99
[dev-packages] # Packages required to develop the application
1010
coverage = "==5.0.3"

0 commit comments

Comments
 (0)