Skip to content

Commit 90e2e9b

Browse files
authored
Upgrade urllib3 (#210)
1 parent 966199d commit 90e2e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tesk-core/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
INSTALL_DEPS = ['kubernetes==9.0.0',
1212
'requests>=2.20.0',
13-
'urllib3==1.26.18',
13+
'urllib3==1.26.19',
1414
'boto3==1.16.18',
1515
]
1616
TEST_DEPS = [ 'pytest',

0 commit comments

Comments
 (0)