From 657a633ee99038a85940ada5b4f9b712519c1f63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Karzy=C5=84ski?= <4430709+postrational@users.noreply.github.com> Date: Mon, 29 Mar 2021 15:26:11 +0200 Subject: [PATCH] Update ngraph/python test dependencies (#4989) --- ngraph/python/requirements_test.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ngraph/python/requirements_test.txt b/ngraph/python/requirements_test.txt index 16d93ebbeea..d81429ad2c4 100644 --- a/ngraph/python/requirements_test.txt +++ b/ngraph/python/requirements_test.txt @@ -1,10 +1,10 @@ flake8==3.9.0 flake8-comprehensions==3.3.0 -flake8-docstrings==1.5.0 +flake8-docstrings==1.6.0 flake8-quotes==3.2.0 onnx==1.8.1 pydocstyle==5.1.1 pytest==6.1.2 retrying==1.3.3 -tox==3.22.0 +tox==3.23.0 wheel==0.35.1