Skip to content

Commit 5d3bfa2

Browse files
build: bump tenacity from 8.3.0 to 9.0.0 (#217)
Bumps [tenacity](https://github.com/jd/tenacity) from 8.3.0 to 9.0.0. - [Release notes](https://github.com/jd/tenacity/releases) - [Commits](jd/tenacity@8.3.0...9.0.0) --- updated-dependencies: - dependency-name: tenacity dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f277543 commit 5d3bfa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
"httpx==0.27.2",
2727
"python-dotenv==1.0.1",
2828
"typer==0.12.5",
29-
"tenacity==8.3.0",
29+
"tenacity==9.0.0",
3030
"aiohttp==3.10.10",
3131
"aiofiles==23.2.1",
3232
"tabulate==0.9.0",
@@ -60,7 +60,7 @@ dependencies = [
6060
"structlog==24.2.0",
6161
"httpx==0.27.2",
6262
"python-dotenv==1.0.1",
63-
"tenacity==8.3.0",
63+
"tenacity==9.0.0",
6464
"aiohttp==3.10.10",
6565
"pyrate-limiter==3.6.0",
6666

0 commit comments

Comments
 (0)