From 5e81f0ec1610519f13ab51b2839c33433b9ae4a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 17:39:50 +0000 Subject: [PATCH] chore(deps): bump backoff from 2.1.2 to 2.2.1 in /test/requirements Bumps [backoff](https://github.com/litl/backoff) from 2.1.2 to 2.2.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/v2.1.2...v2.2.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 e6150a1..3895ebe 100644 --- a/test/requirements/python-requirements.txt +++ b/test/requirements/python-requirements.txt @@ -1,4 +1,4 @@ -backoff==2.1.2 +backoff==2.2.1 docker-compose==1.29.2 docker==6.0.0 pytest==7.1.3