Skip to content

Commit 1b016d6

Browse files
chore(deps-dev): update pytest requirement from <8,>=6.0.0 to >=6.0.0,<9 (#117)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent eab1097 commit 1b016d6

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
@@ -62,7 +62,7 @@ dev = [
6262
"mypy>=0.982,<2",
6363
"pre-commit>=2.0.0,<4",
6464
"pyright>=1.0.0,<2",
65-
"pytest>=6.0.0,<8",
65+
"pytest>=6.0.0,<9",
6666
"slotscheck>=0.1.0,<1",
6767
"taskipy>=1.0.0,<2",
6868
"tox>=3.0.0,<5",

0 commit comments

Comments
 (0)