From b8436a4221bcc462fb72602bd051a25b0e527be3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 15:14:32 +0000 Subject: [PATCH] Bump backoff from 1.11.1 to 2.2.1 Bumps [backoff](https://github.com/litl/backoff) from 1.11.1 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/v1.11.1...v2.2.1) --- updated-dependencies: - dependency-name: backoff dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Pipfile b/Pipfile index d62cdc7..a7ab614 100644 --- a/Pipfile +++ b/Pipfile @@ -23,7 +23,7 @@ prometheus-client = "==0.14.0" psycopg2-binary = "==2.9.3" click = "==8.1.2" flask = "==2.1.1" -backoff = "==1.11.1" +backoff = "==2.2.1" boxsdk = {extras = ["jwt"],version = "==3.2.0"} cryptography = "==39.0.1" hvac = "==0.11.2" diff --git a/Pipfile.lock b/Pipfile.lock index 7454ad0..79b3f2a 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "dc51df5c4f9a41ed619da78a91af10964c7f9c08f865f7da9070919950a1d4c1" + "sha256": "9a1a777f8a092d467c46954a72b62e8b65208d603a6c42d34dacce98f8843591" }, "pipfile-spec": 6, "requires": { @@ -36,11 +36,12 @@ }, "backoff": { "hashes": [ - "sha256:61928f8fa48d52e4faa81875eecf308eccfb1016b018bb6bd21e05b5d90a96c5", - "sha256:ccb962a2378418c667b3c979b504fdeb7d9e0d29c0579e3b13b86467177728cb" + "sha256:03f829f5bb1923180821643f8753b0502c3b682293992485b0eef2807afa5cba", + "sha256:63579f9a0628e06278f7e47b7d7d5b6ce20dc65c5e96a6f3ca99a6adca0396e8" ], "index": "pypi", - "version": "==1.11.1" + "markers": "python_version >= '3.7' and python_version < '4.0'", + "version": "==2.2.1" }, "boxsdk": { "extras": [