Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions st2common/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ apscheduler==3.7.0
cffi<1.15.0
chardet<3.1.0
ciso8601
cryptography==39.0.1
cryptography==41.0.6
decorator==4.4.2
dnspython>=1.16.0,<2.0.0
eventlet==0.33.3
Expand All @@ -35,7 +35,7 @@ pymongo==3.11.3
python-dateutil==2.8.1
python-statsd==2.1.0
pyyaml==5.4.1
redis==4.1.4
redis==4.3.6
requests[security]==2.25.1
retrying==1.3.3
routes==2.4.1
Expand All @@ -47,3 +47,5 @@ tooz==2.8.0
webob==1.8.7
zake==0.2.2
zstandard==0.15.2
requests>=2.31.0 # not directly required, pinned by Snyk to avoid a vulnerability
setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability