From 6cc0c86f5777aa787058f306fc14658469b8347c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 13:03:46 +0000 Subject: [PATCH] Bump retrying from 1.3.3 to 1.3.4 in /ngraph/python Bumps [retrying](https://github.com/groodt/retrying) from 1.3.3 to 1.3.4. - [Release notes](https://github.com/groodt/retrying/releases) - [Changelog](https://github.com/groodt/retrying/blob/main/HISTORY.rst) - [Commits](https://github.com/groodt/retrying/commits/v1.3.4) --- updated-dependencies: - dependency-name: retrying dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ngraph/python/requirements_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ngraph/python/requirements_test.txt b/ngraph/python/requirements_test.txt index d81429ad2c45ca..ba2b7980799f4d 100644 --- a/ngraph/python/requirements_test.txt +++ b/ngraph/python/requirements_test.txt @@ -5,6 +5,6 @@ flake8-quotes==3.2.0 onnx==1.8.1 pydocstyle==5.1.1 pytest==6.1.2 -retrying==1.3.3 +retrying==1.3.4 tox==3.23.0 wheel==0.35.1