Skip to content

Commit 6c0185d

Browse files
committed
[advisory] Use urllib3 >= 1.26.5 instead of 1.25.10
GHSA-q2q7-5pp4-w6pg And bumped requests to 2.25.1 since 2.24.0 conflicted with urllib3 1.26.5.
1 parent 5612421 commit 6c0185d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

misc/.coverage-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ GitPython==3.1.8
99
idna==2.10
1010
pbr==5.5.0
1111
PyYAML==5.4
12-
requests==2.24.0
12+
requests==2.25.1
1313
six==1.15.0
1414
smmap2==3.0.1
1515
stevedore==3.2.2
16-
urllib3==1.25.10
16+
urllib3==1.26.5

misc/.misc-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ pkginfo==1.6.1
1010
Pygments==2.7.4
1111
pyparsing==2.4.7
1212
readme-renderer==28.0
13-
requests==2.24.0
13+
requests==2.25.1
1414
requests-toolbelt==0.9.1
1515
rfc3986==1.4.0
1616
six==1.15.0
1717
tqdm==4.51.0
1818
twine==3.2.0
19-
urllib3==1.25.11
19+
urllib3==1.26.5
2020
webencodings==0.5.1

0 commit comments

Comments
 (0)