From fc3006ce68fc14985f4ea2bb7cec09381b175fd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Oct 2022 19:04:33 +0000 Subject: [PATCH] Bump backoff from 2.1.2 to 2.2.1 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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3fdc869..95cbe02 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ 'jsonschema==3.2.0', 'orjson==3.7.2', 'python-dateutil>=2.6.0', - 'backoff==2.1.2', + 'backoff==2.2.1', 'ciso8601', ], extras_require={