From 7b270020d827a7611f6cebfb66f6005d902dcfbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 10:58:38 -0400 Subject: [PATCH] Bump tenacity from 8.5.0 to 9.0.0 (#69) Bumps [tenacity](https://github.com/jd/tenacity) from 8.5.0 to 9.0.0. - [Release notes](https://github.com/jd/tenacity/releases) - [Commits](https://github.com/jd/tenacity/compare/8.5.0...9.0.0) --- updated-dependencies: - dependency-name: tenacity dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 101f104..5c9fc43 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ idna==3.7 PyATEMMax==1.0b9 Send2Trash==1.8.3 six==1.16.0 -tenacity==8.5.0 +tenacity==9.0.0 urllib3==2.2.2 wcwidth==0.2.13 webencodings==0.5.1