diff --git a/src/bindings/python/src/compatibility/openvino/requirements-dev.txt b/src/bindings/python/src/compatibility/openvino/requirements-dev.txt index 492c7ce8fad..6e6dae9aee6 100644 --- a/src/bindings/python/src/compatibility/openvino/requirements-dev.txt +++ b/src/bindings/python/src/compatibility/openvino/requirements-dev.txt @@ -1,5 +1,5 @@ opencv-python>=3.4.4.19 -pytest==4.0.1; python_version < '3.10' +pytest>=5.0,<=7.0.1; python_version < '3.10' pytest==7.2.0; python_version >= '3.10' py>=1.9.0 attrs==22.1.0