Skip to content

Commit

Permalink
Update tenacity requirement from ==8.* to >=8,<10
Browse files Browse the repository at this point in the history
Updates the requirements on [tenacity](https://github.com/jd/tenacity) to permit the latest version.
- [Release notes](https://github.com/jd/tenacity/releases)
- [Commits](jd/tenacity@8.0.0...9.0.0)

---
updated-dependencies:
- dependency-name: tenacity
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent faccbd6 commit f27a286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ dependencies = [
"requests>=2.21.0",
"aiohttp>=3.9.2",
"pydantic==2.8.2",
"tenacity==8.*"
"tenacity>=8,<10"
]

[tool.setuptools.packages.find]
Expand Down

0 comments on commit f27a286

Please sign in to comment.