Skip to content

Commit 69306ce

Browse files
Update pytest requirement from <8,>=7.4.2 to >=7.4.2,<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@7.4.2...8.3.5) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.3.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d81ea52 commit 69306ce

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
@@ -22,7 +22,7 @@ dependencies = [
2222

2323
[project.optional-dependencies]
2424
dev = [
25-
"pytest>=7.4.2,<8",
25+
"pytest>=7.4.2,<9",
2626
"isort>=5.12.0,<6",
2727
"flake8>=6.1.0,<7",
2828
"mypy>=1.5.1,<2",

0 commit comments

Comments
 (0)