Skip to content

Commit 3570e32

Browse files
authored
pin urllib3 to version in lockfiles/st2.lock (#6298)
2 parents ae50851 + 03a1e69 commit 3570e32

8 files changed

+12
-0
lines changed

fixed-requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ pywinrm==0.5.0
5353
pyyaml==6.0.2
5454
redis==5.2.1
5555
requests==2.32.3
56+
# urllib3 is a transitive dep
57+
urllib3==2.2.3
5658
retrying==1.3.4
5759
routes==2.5.1
5860
semver==3.0.2

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ stevedore==5.3.0
7272
tenacity==9.0.0
7373
tooz==6.3.0
7474
typing-extensions==4.12.2
75+
urllib3==2.2.3
7576
webob==1.8.9
7677
webtest==3.0.1
7778
zake==0.2.2

st2actions/in-requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ oslo.config
88
oslo.utils
99
pyparsing
1010
requests
11+
# urllib3 is a transitive dep
12+
urllib3
1113
six
1214
pyyaml
1315
python-json-logger

st2actions/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ python-json-logger
2323
pyyaml==6.0.2
2424
requests==2.32.3
2525
six==1.17.0
26+
urllib3==2.2.3

st2client/in-requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ pyyaml
1010
jsonschema
1111
jsonpath-rw
1212
requests
13+
# urllib3 is a transitive dep
14+
urllib3
1315
six
1416
sseclient-py
1517
editor

st2client/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ requests==2.32.3
2626
six==1.17.0
2727
sseclient-py==1.8.0
2828
typing-extensions==4.12.2
29+
urllib3==2.2.3
2930
zipp==3.20.2

st2common/in-requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ zstandard
2424
cffi
2525
cryptography
2626
requests
27+
# urllib3 is a transitive dep
28+
urllib3
2729
retrying
2830
semver
2931
six

st2common/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ six==1.17.0
4444
st2-rbac-backend@ git+https://github.com/StackStorm/st2-rbac-backend.git@master
4545
tenacity==9.0.0
4646
tooz==6.3.0
47+
urllib3==2.2.3
4748
webob==1.8.9
4849
zake==0.2.2
4950
zstandard==0.23.0

0 commit comments

Comments
 (0)