From 86e3f6a1a3d83ab2018eb5a0c0efce30262a32b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jun 2022 04:15:56 +0000 Subject: [PATCH] chore(deps): bump backoff from 1.11.1 to 2.1.0 in /test/requirements Bumps [backoff](https://github.com/litl/backoff) from 1.11.1 to 2.1.0. - [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.11.1...v2.1.0) --- updated-dependencies: - dependency-name: backoff dependency-type: direct:production update-type: version-update:semver-major ... 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 7aa8731..441d76e 100644 --- a/test/requirements/python-requirements.txt +++ b/test/requirements/python-requirements.txt @@ -1,4 +1,4 @@ -backoff==1.11.1 +backoff==2.1.0 docker-compose==1.29.2 docker==5.0.3 pytest==7.1.2