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

Commit 18c5c8a

Browse files
authored
Merge pull request #12 from hellofresh/patch/upgrade-requests-version-to-fix-security-vuln
Upgrade requests version to fix underlaying vulnerability on urllib3
2 parents accb668 + 81531bd commit 18c5c8a

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)