From dcda00a9681344c3528ac0536503f195f275a963 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 12:25:36 +0200 Subject: [PATCH] chore(deps): update dependency requests-ratelimiter to ^0.7.0 (#1044) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 472cc9dd2..b5d13e8cf 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1775,13 +1775,13 @@ yaml = ["pyyaml (>=6.0.1)"] [[package]] name = "requests-ratelimiter" -version = "0.6.0" +version = "0.7.0" description = "Rate-limiting for the requests library" optional = false -python-versions = ">=3.7,<4.0" +python-versions = "<4.0,>=3.7" files = [ - {file = "requests_ratelimiter-0.6.0-py3-none-any.whl", hash = "sha256:0641ec7b3dd919a64a8e390358d416c7369f89eb61bec0cf6113ea8d2ec4f072"}, - {file = "requests_ratelimiter-0.6.0.tar.gz", hash = "sha256:ad72f033323df3c1012a3ac4bb91be36606741f58ec9faede62b89b475ea99f6"}, + {file = "requests_ratelimiter-0.7.0-py3-none-any.whl", hash = "sha256:1a7ef2faaa790272722db8539728690046237766fcc479f85b9591e5356a8185"}, + {file = "requests_ratelimiter-0.7.0.tar.gz", hash = "sha256:a070c8a359a6f3a001b0ccb08f17228b7ae0a6e21d8df5b6f6bd58389cddde45"}, ] [package.dependencies] @@ -2311,4 +2311,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "aca2563c5ee7b697ec380566af5cdb7d9b74f8e9a4733954cd64e0b0b8c8f308" +content-hash = "166b863c530c4ff71ad0dd090c9ddda4d6c2e9a18e4f2d89f3e9ac08e951c05a" diff --git a/pyproject.toml b/pyproject.toml index 90a855ace..938c36fe6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ opentelemetry-instrumentation-logging = "*" opentelemetry-exporter-jaeger-thrift = "^1.10.0" pyrate-limiter = "^2.10.0" requests-cache = "^1.0.0" -requests-ratelimiter = "^0.6.0" +requests-ratelimiter = "^0.7.0" mongoengine = "^0.28.0" celery-redbeat = {git = "https://github.com/splunk/redbeat", branch = "main"} PyYAML = "^6.0"