Skip to content

Commit a4ff5e4

Browse files
Update pytest requirement from <=8.4.1 to <=8.4.2
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@1.0.0b3...8.4.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 716bbc2 commit a4ff5e4

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
@@ -45,7 +45,7 @@ test = [
4545
"setuptools<=80.9.0",
4646
"pip",
4747
"pylint<3.3.8",
48-
"pytest<=8.4.1",
48+
"pytest<=8.4.2",
4949
"pytest-pylint<=1.1.2",
5050
"pytest-runner<7.0.0",
5151
"termcolor<3.2.0",

0 commit comments

Comments
 (0)