Skip to content

Commit b1ff257

Browse files
committed
Fixes DNA-1330 - Bump Dependencies to Fix CVEs
1 parent 7ced376 commit b1ff257

File tree

5 files changed

+22
-22
lines changed

5 files changed

+22
-22
lines changed

fixed-requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ chardet<3.1.0
77
cffi<1.15.0
88
# NOTE: 2.0 version breaks pymongo work with hosts
99
dnspython>=1.16.0,<2.0.0
10-
cryptography==3.4.7
10+
cryptography==41.0.2
1111
# Note: 0.20.0 removed select.poll() on which some of our code and libraries we
1212
# depend on rely
1313
eventlet==0.30.2
1414
flex==6.14.1
15-
gitpython==3.1.15
15+
gitpython==3.1.30
1616
# Needed by gitpython, old versions used to bundle it
1717
gitdb==4.0.2
1818
# Note: greenlet is used by eventlet
@@ -44,22 +44,22 @@ pymongo==3.11.3
4444
pyparsing<3
4545
zstandard==0.15.2
4646
# pyOpenSSL 22.0.0 requires cryptography>=35.0
47-
pyOpenSSL<=21.0.0
47+
pyopenssl>22.1.0
4848
python-editor==1.0.4
4949
python-keyczar==0.716
5050
pytz==2021.1
5151
pywinrm==0.4.1
5252
pyyaml==5.4.1
5353
redis==4.1.4
54-
requests[security]==2.25.1
54+
requests[security]==2.31.0
5555
retrying==1.3.3
5656
routes==2.4.1
5757
semver==2.13.0
5858
six==1.13.0
5959
argparse==1.12.2
6060
argcomplete==1.12.2
6161
prettytable==2.1.0
62-
importlib-metadata==3.10.1
62+
importlib-metadata==4.10.1
6363
# importlib-metadata requires typing-extensions but v4.2.0 requires py3.7+
6464
typing-extensions<4.2
6565
# NOTE: sseclient has various issues which sometimes hang the connection for a long time, etc.
@@ -68,8 +68,8 @@ stevedore==1.30.1
6868
tenacity>=3.2.1,<7.0.0
6969
tooz==2.8.0
7070
# Note: virtualenv embeds wheels for pip, wheel, and setuptools. So pinning virtualenv pins those as well.
71-
# virtualenv==20.4.0 (<21) has pip==20.3.3 wheel==0.36.2 setuptools==51.3.3
72-
virtualenv==20.4.0
71+
# virtualenv==20.16.7 (<21) has pip==22.3.1 wheel==0.38.4 setuptools==65.5.1
72+
virtualenv==20.16.7
7373
webob==1.8.7
7474
zake==0.2.2
7575
# test requirements below

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ bcrypt==3.2.0
1414
cffi<1.15.0
1515
chardet<3.1.0
1616
ciso8601
17-
cryptography==3.4.7
17+
cryptography==41.0.2
1818
decorator==4.4.2
1919
dnspython>=1.16.0,<2.0.0
2020
eventlet==0.30.2
2121
flex==6.14.1
2222
gitdb==4.0.2
23-
gitpython==3.1.15
23+
gitpython==3.1.30
2424
greenlet==1.0.0
2525
gunicorn==20.1.0
26-
importlib-metadata==3.10.1
26+
importlib-metadata==4.10.1
2727
jinja2==2.11.3
2828
jsonpath-rw==1.4.0
2929
jsonschema==2.6.0
@@ -45,7 +45,7 @@ passlib==1.7.4
4545
prettytable==2.1.0
4646
prompt-toolkit==1.0.15
4747
psutil==5.8.0
48-
pyOpenSSL<=21.0.0
48+
pyOpenSSL
4949
pyinotify==0.9.6 ; platform_system=="Linux"
5050
pymongo==3.11.3
5151
pyparsing<3
@@ -60,7 +60,7 @@ pywinrm==0.4.1
6060
pyyaml==5.4.1
6161
redis==4.1.4
6262
rednose
63-
requests[security]==2.25.1
63+
requests[security]==2.31.0
6464
retrying==1.3.3
6565
routes==2.4.1
6666
semver==2.13.0

st2actions/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ MarkupSafe<2.1.0,>=0.23
99
apscheduler==3.7.0
1010
chardet<3.1.0
1111
eventlet==0.30.2
12-
gitpython==3.1.15
12+
gitpython==3.1.30
1313
jinja2==2.11.3
1414
kombu==5.0.2
1515
lockfile==0.12.2
@@ -21,5 +21,5 @@ pyparsing<3
2121
python-dateutil==2.8.1
2222
python-json-logger
2323
pyyaml==5.4.1
24-
requests[security]==2.25.1
24+
requests[security]==2.31.0
2525
six==1.13.0

st2client/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@
88
argcomplete==1.12.2
99
cffi<1.15.0
1010
chardet<3.1.0
11-
cryptography==3.4.7
12-
importlib-metadata==3.10.1
11+
cryptography==41.0.2
12+
importlib-metadata==4.10.1
1313
jsonpath-rw==1.4.0
1414
jsonschema==2.6.0
1515
orjson==3.5.2
1616
prettytable==2.1.0
1717
prompt-toolkit==1.0.15
18-
pyOpenSSL<=21.0.0
18+
pyOpenSSL
1919
pysocks
2020
python-dateutil==2.8.1
2121
python-editor==1.0.4
2222
pytz==2021.1
2323
pyyaml==5.4.1
24-
requests[security]==2.25.1
24+
requests[security]==2.31.0
2525
six==1.13.0
2626
sseclient-py==1.7
2727
typing-extensions<4.2

st2common/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ apscheduler==3.7.0
1111
cffi<1.15.0
1212
chardet<3.1.0
1313
ciso8601
14-
cryptography==3.4.7
14+
cryptography==41.0.2
1515
decorator==4.4.2
1616
dnspython>=1.16.0,<2.0.0
1717
eventlet==0.30.2
1818
flex==6.14.1
1919
gitdb==4.0.2
20-
gitpython==3.1.15
20+
gitpython==3.1.30
2121
greenlet==1.0.0
2222
jinja2==2.11.3
2323
jsonpath-rw==1.4.0
@@ -30,13 +30,13 @@ orjson==3.5.2
3030
orquesta@ git+https://github.com/StackStorm/[email protected]
3131
oslo.config>=1.12.1,<1.13
3232
paramiko==2.10.1
33-
pyOpenSSL<=21.0.0
33+
pyOpenSSL
3434
pymongo==3.11.3
3535
python-dateutil==2.8.1
3636
python-statsd==2.1.0
3737
pyyaml==5.4.1
3838
redis==4.1.4
39-
requests[security]==2.25.1
39+
requests[security]==2.31.0
4040
retrying==1.3.3
4141
routes==2.4.1
4242
semver==2.13.0

0 commit comments

Comments
 (0)