@@ -4,9 +4,7 @@ amqp==5.2.0
44apscheduler==3.10.4
55chardet==3.0.4
66cffi==1.17.1
7- # NOTE: 2.0 version breaks pymongo work with hosts
8- dnspython==1.16.0
9- cryptography==43.0.1
7+ cryptography==43.0.3
108eventlet==0.37.0
119flex==6.14.1
1210# Note: installs gitpython==3.1.37 (security fixed) under py3.8 and gitpython==3.1.18 (latest available, vulnerable) under py3.6
@@ -15,7 +13,7 @@ gitpython==3.1.43
1513# Needed by gitpython, old versions used to bundle it
1614gitdb==4.0.11
1715# Note: greenlet is used by eventlet
18- greenlet==3.1.0
16+ greenlet==3.1.1
1917gunicorn==23.0.0
2018jsonpath-rw==1.4.0
2119jsonschema==3.2.0
@@ -37,7 +35,7 @@ oslo.utils==7.3.0
3735paramiko==3.5.0
3836passlib==1.7.4
3937# 202403: bump to 3.0.43 for py3.10 support
40- prompt-toolkit==3.0.47
38+ prompt-toolkit==3.0.48
4139pyinotify==0.9.6 ; platform_system=="Linux"
4240pymongo==4.6.3
4341pyparsing==3.1.4
@@ -52,7 +50,7 @@ python-keyczar==0.716
5250pytz==2024.2
5351pywinrm==0.5.0
5452pyyaml==6.0.2
55- redis==5.0.8
53+ redis==5.1.1
5654requests==2.32.3
5755retrying==1.3.4
5856routes==2.5.1
@@ -69,9 +67,9 @@ stevedore==5.3.0
6967tenacity==9.0.0
7068tooz==6.3.0
7169# Note: virtualenv embeds wheels for pip, wheel, and setuptools. So pinning virtualenv pins those as well.
72- # virtualenv==20.26.5 (<21) has pip==24.2 wheel==0.44.0 setuptools==75.1 .0
73- # lockfiles/st2.lock has pip==24.2 wheel==0.44.0 setuptools==75.1 .0
74- virtualenv==20.26.5
70+ # virtualenv==20.26.5 (<21) has pip==24.2 wheel==0.44.0 setuptools==75.2 .0
71+ # lockfiles/st2.lock has pip==24.2 wheel==0.44.0 setuptools==75.2 .0
72+ virtualenv==20.27.0
7573webob==1.8.8
7674zake==0.2.2
7775# test requirements below
@@ -80,7 +78,7 @@ jinja2==3.1.4
8078mock==5.1.0
8179nose-timer==1.0.1
8280nose-parallel==0.4.0
83- psutil==6.0 .0
81+ psutil==6.1 .0
8482python-dateutil==2.9.0.post0
8583python-statsd==2.1.0
8684orjson==3.10.7
0 commit comments