Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downgraded tenacity as tooz dependency on tenacity has always been < 7.0.0 #5607

Merged
merged 6 commits into from
Apr 2, 2022
Merged
Show file tree
Hide file tree
Changes from 5 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
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ Fixed

Contributed by Amanda McGuinness (@amanda11 intive) #5581

* Downgrade tenacity as tooz dependency on tenacity has always been < 7.0.0 #5607

Contributed by @khushboobhatia01

Added
~~~~~

Expand Down
1 change: 1 addition & 0 deletions fixed-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ importlib-metadata==3.10.1
# NOTE: sseclient has various issues which sometimes hang the connection for a long time, etc.
sseclient-py==1.7
stevedore==1.30.1
tenacity>=3.2.1,<7.0.0
tooz==2.8.0
# Note: virtualenv embeds wheels for pip, wheel, and setuptools. So pinning virtualenv pins those as well.
# virtualenv==20.4.0 (<21) has pip==20.3.3 wheel==0.36.2 setuptools==51.3.3
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ simplejson
six==1.13.0
sseclient-py==1.7
stevedore==1.30.1
tenacity>=3.2.1,<7.0.0
tooz==2.8.0
udatetime==0.0.16
unittest2
Expand Down
1 change: 1 addition & 0 deletions st2common/in-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ requests
retrying
semver
six
tenacity
tooz
# Required by tooz - on new versions of tooz, all the backend dependencies need
# to be installed manually
Expand Down
1 change: 1 addition & 0 deletions st2common/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ retrying==1.3.3
routes==2.4.1
semver==2.13.0
six==1.13.0
tenacity>=3.2.1,<7.0.0
tooz==2.8.0
udatetime==0.0.16
webob==1.8.7
Expand Down