From 49cdcf84efc7d746900f2c415dee31664a8373c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 13:02:58 +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 0a63e05497ab05..140e9790646cf4 100644 --- a/ngraph/python/requirements_test.txt +++ b/ngraph/python/requirements_test.txt @@ -8,6 +8,6 @@ onnx==1.8.1 pydocstyle==5.1.1 pytest-xdist==2.2.1 pytest==6.1.2 -retrying==1.3.3 +retrying==1.3.4 tox==3.23.1 wheel==0.36.2