Skip to content

Commit cd937f2

Browse files
authored
Merge pull request #139 from CHIMEFRB/loosen-tenacity
build(poetry): loosen tenacity to gte 8
2 parents 7f9df34 + b4260e8 commit cd937f2

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

poetry.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = [
2121
"dill>=0.3.6",
2222
"lxml>=4.9.2",
2323
"click-aliasing>=1.0.0",
24-
"tenacity>=9.0.0",
24+
"tenacity>=8.0.0",
2525
]
2626

2727
[project.scripts]

0 commit comments

Comments
 (0)