diff --git a/dev-requirements.txt b/dev-requirements.txt index 82bf9e2e..f5c50230 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -243,7 +243,8 @@ tornado>=6.3.3; python_version >= '3.8' # pyzmq 17.0.0,17.1.0 fail installation when wheel is used pyzmq>=17.1.3; python_version <= '3.5' -pyzmq>=23.0.0; python_version >= '3.6' and python_version <= '3.11' +pyzmq>=23.0.0; python_version >= '3.6' and python_version <= '3.7' +pyzmq>=24.0.0; python_version >= '3.8' and python_version <= '3.11' pyzmq>=25.1.1; python_version >= '3.12' # Aditional dependencies of examples diff --git a/minimum-constraints.txt b/minimum-constraints.txt index 821c10cf..2c07f833 100644 --- a/minimum-constraints.txt +++ b/minimum-constraints.txt @@ -282,7 +282,8 @@ pywin32==303; sys_platform == 'win32' and python_version >= '3.6' and python_ver pywin32==306; sys_platform == 'win32' and python_version >= '3.12' pyzmq==17.1.3; python_version <= '3.5' -pyzmq==23.0.0; python_version >= '3.6' and python_version <= '3.11' +pyzmq==23.0.0; python_version >= '3.6' and python_version <= '3.7' +pyzmq==24.0.0; python_version >= '3.8' and python_version <= '3.11' pyzmq==25.1.1; python_version >= '3.12' # Aditional dependencies of examples