Skip to content

Commit 024a862

Browse files
authored
Merge pull request #33 from python-ellar/dependabot/pip/pytest-gte-7.1.3-and-lt-9.0.0
Update pytest requirement from <8.0.0,>=7.1.3 to >=7.1.3,<9.0.0
2 parents 26a7e65 + ed87277 commit 024a862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Homepage = "https://python-ellar.github.io/ellar-throttler/"
5151

5252
[project.optional-dependencies]
5353
test = [
54-
"pytest >= 7.1.3,<8.0.0",
54+
"pytest >= 7.1.3,< 9.0.0",
5555
"pytest-cov >= 2.12.0,<5.0.0",
5656
"mypy == 1.7.1",
5757
"ruff ==0.1.7",

0 commit comments

Comments
 (0)