From 19d675103edbf4c21fe35a6678c2ac4c6bd31c05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 16:06:25 +0000 Subject: [PATCH] Bump tenacity from 8.4.2 to 8.5.0 Bumps [tenacity](https://github.com/jd/tenacity) from 8.4.2 to 8.5.0. - [Release notes](https://github.com/jd/tenacity/releases) - [Commits](https://github.com/jd/tenacity/compare/8.4.2...8.5.0) --- updated-dependencies: - dependency-name: tenacity dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6be992d..2d6da20 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ chess == 1.10.0 psutil == 6.0.0 PyYAML == 6.0.1 requests == 2.32.3 -tenacity == 8.4.2 \ No newline at end of file +tenacity == 8.5.0 \ No newline at end of file