From e761695aa0a4c79a7d559d0afe4f9508110858c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Nov 2022 13:00:59 +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 c6bb0dd98fcc1f..3fbf70c4626137 100644 --- a/ngraph/python/requirements_test.txt +++ b/ngraph/python/requirements_test.txt @@ -5,6 +5,6 @@ flake8-quotes==3.2.0 onnx==1.7.0 pydocstyle==5.1.1 pytest==6.1.2 -retrying==1.3.3 +retrying==1.3.4 tox==3.20.1 wheel==0.35.1