From fc54b14bbe8f7d6eb34372dcc3bd377ae528b79c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 04:18:52 +0000 Subject: [PATCH] Bump tenacity from 8.4.1 to 8.4.2 Bumps [tenacity](https://github.com/jd/tenacity) from 8.4.1 to 8.4.2. - [Release notes](https://github.com/jd/tenacity/releases) - [Commits](https://github.com/jd/tenacity/compare/8.4.1...8.4.2) --- updated-dependencies: - dependency-name: tenacity dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 04d282dbd..484d418c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ psutil==6.0.0 python-dotenv==1.0.1 python-dateutil==2.9.0.post0 requests==2.32.3 -tenacity==8.4.1 +tenacity==8.4.2 ruamel.yaml==0.18.6 schedule==1.2.2 setuptools==70.0.0