Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: bump tenacity from 8.2.3 to 8.3.0 #191

Merged
merged 2 commits into from
Oct 2, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
build: bump tenacity from 8.2.3 to 8.3.0
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]>
  • Loading branch information
dependabot[bot] authored May 13, 2024
commit 2584c953975ff7bd3c9db653770faa47d88305a5
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
Loading