From 9ea07ad1f72758f83b396579478ef8508141cfa7 Mon Sep 17 00:00:00 2001 From: jk464 Date: Wed, 10 Jul 2024 11:23:31 +0100 Subject: [PATCH] Bump tooz to 6.2.0 --- CHANGELOG.rst | 1 + fixed-requirements.txt | 2 +- requirements.txt | 2 +- st2common/requirements.txt | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3cf9d948b0..e7ba0718d0 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,6 +10,7 @@ Fixed ~~~~~ * Restore Pack integration testing (it was inadvertently skipped) and stop testing against `bionic` and `el7`. #6135 * Fix Popen.pid typo in st2tests. #6184 +* Bump tooz package to `6.2.0` to fix TLS. #6220 (@jk464) Changed ~~~~~~~ diff --git a/fixed-requirements.txt b/fixed-requirements.txt index 9d48952b8d..544bec5ee5 100644 --- a/fixed-requirements.txt +++ b/fixed-requirements.txt @@ -67,7 +67,7 @@ typing-extensions==4.11.0 sseclient-py==1.8.0 stevedore==5.2.0 tenacity==8.2.3 -tooz==6.1.0 +tooz==6.2.0 # Note: virtualenv embeds wheels for pip, wheel, and setuptools. So pinning virtualenv pins those as well. # virtualenv==20.26.0 (<21) has pip==24.0 wheel==0.43.0 setuptools==69.5.1 # lockfiles/st2.lock has pip==24.0 wheel==0.43.0 setuptools==69.5.1 diff --git a/requirements.txt b/requirements.txt index 4bb3e9088f..f0d756ee1b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -73,7 +73,7 @@ st2-auth-ldap@ git+https://github.com/StackStorm/st2-auth-ldap.git@master st2-rbac-backend@ git+https://github.com/StackStorm/st2-rbac-backend.git@master stevedore==5.2.0 tenacity==8.2.3 -tooz==6.1.0 +tooz==6.2.0 typing-extensions==4.11.0 unittest2 webob==1.8.7 diff --git a/st2common/requirements.txt b/st2common/requirements.txt index 5a26782b1a..4e2aa06a1c 100644 --- a/st2common/requirements.txt +++ b/st2common/requirements.txt @@ -43,7 +43,7 @@ semver==3.0.2 six==1.16.0 st2-rbac-backend@ git+https://github.com/StackStorm/st2-rbac-backend.git@master tenacity==8.2.3 -tooz==6.1.0 +tooz==6.2.0 webob==1.8.7 zake==0.2.2 zstandard==0.22.0