Skip to content

Commit 1b391f2

Browse files
authored
Merge pull request #30 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 6e170cf + e039da2 commit 1b391f2

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

6161
[project.optional-dependencies]
6262
test = [
63-
"pytest >= 7.1.3,<8.0.0",
63+
"pytest >= 7.1.3,< 9.0.0",
6464
"pytest-cov >= 2.12.0,<5.0.0",
6565
"ruff ==0.3.0",
6666
"mypy == 1.7.1",

0 commit comments

Comments
 (0)