diff --git a/dev-requirements.txt b/dev-requirements.txt index 678d26e7..55ab3944 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -229,7 +229,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 a2c2bc72..cb25f185 100644 --- a/minimum-constraints.txt +++ b/minimum-constraints.txt @@ -164,7 +164,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