Skip to content

Commit 4cbb4a7

Browse files
authored
Merge pull request #174 from python-ellar/dependabot/pip/pytest-gte-6.2.4-and-lt-9.0.0
Update pytest requirement from <8.0.0,>=6.2.4 to >=6.2.4,<9.0.0
2 parents c46e749 + e938c83 commit 4cbb4a7

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
@@ -59,7 +59,7 @@ Homepage = "https://python-ellar.github.io/ellar/"
5959

6060
[project.optional-dependencies]
6161
test = [
62-
"pytest >= 6.2.4,<8.0.0",
62+
"pytest >= 6.2.4,< 9.0.0",
6363
"pytest-cov >= 2.12.0,<5.0.0",
6464
"mypy == 1.8.0",
6565
"ruff ==0.1.9",

0 commit comments

Comments
 (0)