From 68ffe3022ef8c828e6bb6b4e77d2000d89d5c43f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 05:13:50 +0000 Subject: [PATCH] Update requests-ratelimiter requirement from ~=0.6.0 to ~=0.7.0 Updates the requirements on [requests-ratelimiter](https://github.com/JWCook/requests-ratelimiter) to permit the latest version. - [Release notes](https://github.com/JWCook/requests-ratelimiter/releases) - [Changelog](https://github.com/JWCook/requests-ratelimiter/blob/main/HISTORY.md) - [Commits](https://github.com/JWCook/requests-ratelimiter/compare/v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: requests-ratelimiter dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b12c6ff..66fe7c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ dependencies = [ "notebook~=7.1", "numpy~=2.0", "pandas~=2.2", - "requests-ratelimiter~=0.6.0", + "requests-ratelimiter~=0.7.0", "scipy~=1.12", "seaborn~=0.13.2", "tqdm~=4.66",