Skip to content

Commit

Permalink
Update tenacity requirement from <9.0.0,>=8.2.2 to >=8.2.2,<10.0.0
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.2.2...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 Aug 5, 2024
1 parent 91f7f25 commit ffa1274
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 @@ -41,7 +41,7 @@ dependencies = [
"pyyaml>=6.0",
"requests>=2.30.1,<3.0.0",
"rich>=12.6.0,<=13.0.0",
"tenacity>=8.2.2,<9.0.0",
"tenacity>=8.2.2,<10.0.0",
"typer[all]==0.7.0",
"watchdog>=2.1.0",
]
Expand Down

0 comments on commit ffa1274

Please sign in to comment.