Skip to content

Commit

Permalink
build: bump tenacity from 8.2.3 to 8.3.0 (#191)
Browse files Browse the repository at this point in the history
Bumps [tenacity](https://github.com/jd/tenacity) from 8.2.3 to 8.3.0.
- [Release notes](https://github.com/jd/tenacity/releases)
- [Commits](jd/tenacity@8.2.3...8.3.0)

---
updated-dependencies:
- dependency-name: tenacity
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rohan Janjua <[email protected]>
  • Loading branch information
dependabot[bot] and rjanjua authored Oct 2, 2024
1 parent 574c4c8 commit 2818f92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies = [
"httpx==0.27.0",
"python-dotenv==1.0.1",
"typer==0.12.3",
"tenacity==8.2.3",
"tenacity==8.3.0",
"aiohttp==3.9.5",
"aiofiles==23.2.1",
"tabulate==0.9.0",
Expand Down Expand Up @@ -60,7 +60,7 @@ dependencies = [
"structlog==24.1.0",
"httpx==0.27.0",
"python-dotenv==1.0.1",
"tenacity==8.2.3",
"tenacity==8.3.0",
"aiohttp==3.9.5",
"pyrate-limiter==3.6.0",
]
Expand Down

0 comments on commit 2818f92

Please sign in to comment.