From e0595bfdc9d4f526e4d7bc32df01c23548c906c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 03:31:38 +0000 Subject: [PATCH] Bump pyrate-limiter from 2.10.0 to 3.2.1 Bumps [pyrate-limiter](https://github.com/vutran1710/PyrateLimiter) from 2.10.0 to 3.2.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/v2.10.0...v3.2.1) --- updated-dependencies: - dependency-name: pyrate-limiter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 80104a1..fd65fb1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ psycopg2-binary==2.9.9 pydictionary==2.0.1 pykeyboard==0.1.5 pynewtonmath==1.0.1 -pyrate-limiter==2.10.0 +pyrate-limiter==3.2.1 pyrogram==2.0.106 python-telegram-bot==13.15 regex==2023.10.3