From d02b8faa4c945bfd5c98be7be64471adf594599b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 19:09:55 +0000 Subject: [PATCH] chore(deps): update tenacity requirement Updates the requirements on [tenacity](https://github.com/jd/tenacity) to permit the latest version. - [Release notes](https://github.com/jd/tenacity/releases) - [Commits](https://github.com/jd/tenacity/compare/9.1.0...9.1.4) --- updated-dependencies: - dependency-name: tenacity dependency-version: 9.1.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6460d28..8ec8686 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ aiodns>=4.0.0,<5.0 aioping>=0.4.0,<1.0 prometheus-client>=0.25.0,<1.0 pytest-asyncio>=1.0.0 -tenacity>=9.1.0,<10.0 +tenacity>=9.1.4,<10.0 python-dotenv>=1.2.0,<2.0