From 9855571616a5ccb833cd39807947afec02fb9e2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 10:55:56 +0000 Subject: [PATCH] chore(deps): bump backoff from 1.10.0 to 1.11.1 in /test/requirements Bumps [backoff](https://github.com/litl/backoff) from 1.10.0 to 1.11.1. - [Release notes](https://github.com/litl/backoff/releases) - [Changelog](https://github.com/litl/backoff/blob/master/CHANGELOG.md) - [Commits](https://github.com/litl/backoff/compare/v1.10.0...v1.11.1) --- updated-dependencies: - dependency-name: backoff dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- test/requirements/python-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/requirements/python-requirements.txt b/test/requirements/python-requirements.txt index 4a2645f..2ff1a8b 100644 --- a/test/requirements/python-requirements.txt +++ b/test/requirements/python-requirements.txt @@ -1,4 +1,4 @@ -backoff==1.10.0 +backoff==1.11.1 docker-compose==1.28.5 docker==4.4.4 pytest==6.2.2