From 02ce1834917083b043b5e5eb354c81ef3798e2fe Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 1 Jul 2022 13:03:56 +0000 Subject: [PATCH] Update dependency backoff to v2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c62f1fee..a9578758 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ bs4 = "^0.0.1" lxml = "^4.6.2" geopy = "^2.1.0" tzwhere = "^3.0.3" -backoff = "^1.11.1" +backoff = "^2.0.0" [tool.poetry.dev-dependencies] pytest = "^7.0.0"