From d615343d53379d347a6e95fe0869f55c12554e42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 20:57:06 +0000 Subject: [PATCH] build: bump pyrate-limiter from 3.6.0 to 3.6.1 Bumps [pyrate-limiter](https://github.com/vutran1710/PyrateLimiter) from 3.6.0 to 3.6.1. - [Release notes](https://github.com/vutran1710/PyrateLimiter/releases) - [Changelog](https://github.com/vutran1710/PyrateLimiter/blob/master/CHANGELOG.md) - [Commits](https://github.com/vutran1710/PyrateLimiter/compare/v3.6.0...v3.6.1) --- updated-dependencies: - dependency-name: pyrate-limiter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bcdb5000..ae5988a0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "tabulate==0.9.0", "tqdm==4.66.2", "yaspin==2.3.0", - "pyrate-limiter==3.6.0", + "pyrate-limiter==3.6.1", ] [project.urls] @@ -62,7 +62,7 @@ dependencies = [ "python-dotenv==1.0.1", "tenacity==8.2.3", "aiohttp==3.9.5", - "pyrate-limiter==3.6.0", + "pyrate-limiter==3.6.1", ] [tool.hatch.envs.test.scripts]