Skip to content

Commit 77dca25

Browse files
chore(deps-dev): update pytest requirement from <8,>=6.0.0 to >=6.0.0,<9
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@6.0.0...8.0.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a0d5d1f commit 77dca25

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
@@ -57,7 +57,7 @@ dev = [
5757
"mypy>=0.982,<2",
5858
"pre-commit>=2.0.0,<4",
5959
"pyright>=1.0.0,<2",
60-
"pytest>=6.0.0,<8",
60+
"pytest>=6.0.0,<9",
6161
"slotscheck>=0.1.0,<1",
6262
"taskipy>=1.0.0,<2",
6363
"tox>=3.0.0,<5",

0 commit comments

Comments
 (0)