Skip to content
Open
Show file tree
Hide file tree
Changes from 6 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
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ Changed
* Remove `distutils` dependencies across the project. #5992
Contributed by @AndroxxTraxxon

* Remove deprecated not use dependencie `python-keyczar`. #6078
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like there's a typo here

Contributed by (@philipphomberger Schwarz IT KG)

3.8.0 - November 18, 2022
-------------------------

Expand Down
1 change: 0 additions & 1 deletion fixed-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ zstandard==0.15.2
# pyOpenSSL 23.1.0 supports cryptography up to 40.0.x
pyOpenSSL==23.1.0
python-editor==1.0.4
python-keyczar==0.716
pytz==2021.1
pywinrm==0.4.1
pyyaml==5.4.1
Expand Down
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